diff --git a/docs/Getting-Started.md b/docs/Getting-Started.md index 3efb5586..f57de61d 100644 --- a/docs/Getting-Started.md +++ b/docs/Getting-Started.md @@ -15,10 +15,12 @@ If you want to use the latest release of jsprit-core, add the following lines to
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>jsprit-core</artifactId>
- <version>1.7</version>
+ <version>{version}</version>
</dependency>
+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: