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

Update Getting-Started.md

This commit is contained in:
Stefan Schröder 2017-01-13 00:31:32 +01:00 committed by GitHub
parent bbde9f4751
commit 332009e3bc

View file

@ -15,7 +15,7 @@ If you want to use the latest release of jsprit-core, add the following lines to
<pre><code>&lt;dependency&gt;
&lt;groupId&gt;com.graphhopper&lt;/groupId&gt;
&lt;artifactId&gt;jsprit-core&lt;/artifactId&gt;
&lt;version&gt;1.7-RC1&lt;/version&gt;
&lt;version&gt;1.7&lt;/version&gt;
&lt;/dependency&gt;
</code></pre>