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 09:22:03 +01:00 committed by GitHub
parent 332009e3bc
commit 6d4f26c5ae

View file

@ -15,10 +15,12 @@ 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&lt;/version&gt;
&lt;version&gt;{version}&lt;/version&gt;
&lt;/dependency&gt;
</code></pre>
Find the latest versions here: [maven search](https://search.maven.org/#search%7Cga%7C1%7Cjsprit).
####Build yourself
If you want to build the master branch yourself, do this: