1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
oblonski 2017-12-14 16:12:16 +01:00
commit a0009918cc
No known key found for this signature in database
GPG key ID: 179DE487285680D1

View file

@ -13,11 +13,11 @@ jsprit is a multi-module project and consists of:
If you want to use the latest release of jsprit-core, add the following lines to your pom: If you want to use the latest release of jsprit-core, add the following lines to your pom:
``` ```
&lt;dependency&gt; <dependency>
&lt;groupId&gt;com.graphhopper&lt;/groupId&gt; <groupId>com.graphhopper</groupId>
&lt;artifactId&gt;jsprit-core&lt;/artifactId&gt; <artifactId>jsprit-core</artifactId>
&lt;version&gt;{version}&lt;/version&gt; <version>{version}</version>
&lt;/dependency&gt; </dependency>
``` ```
Find the latest versions here: [mvn repository](https://mvnrepository.com/artifact/com.graphhopper/jsprit-core) Find the latest versions here: [mvn repository](https://mvnrepository.com/artifact/com.graphhopper/jsprit-core)