From 6d4f26c5ae5934ac986530e9420f391f1f467fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Schr=C3=B6der?= Date: Fri, 13 Jan 2017 09:22:03 +0100 Subject: [PATCH] Update Getting-Started.md --- docs/Getting-Started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: