forked from graphhopper/jsprit
-
Notifications
You must be signed in to change notification settings - Fork 0
Add latest snapshot to your pom
jsprit edited this page Mar 6, 2014
·
10 revisions
To use all modules (without jsprit-examples), make sure you added the following lines to your pom. Just copy and paste it into your pom.
<dependencies> <!-- add this, if you don't have any dependency definitions yet -->
<dependency>
<groupId>jsprit</groupId>
<artifactId>jsprit-core</artifactId>
<version>1.2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>jsprit</groupId>
<artifactId>jsprit-analysis</artifactId>
<version>1.2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>jsprit</groupId>
<artifactId>jsprit-instances</artifactId>
<version>1.2.1-SNAPSHOT</version>
</dependency>
</dependencies> <!-- add this, if you don't have any dependency definitions yet -->
<repositories> <!-- add this, if you don't have any repository definitions yet -->
<repository>
<id>jsprit-snapshots</id>
<url>https://github.com/jsprit/mvn-rep/raw/master/snapshots</url>
</repository>
</repositories> <!-- add this, if you don't have any repository definitions yet -->