diff --git a/docs/Getting-Started.md b/docs/Getting-Started.md index aea9645f..e666ef52 100644 --- a/docs/Getting-Started.md +++ b/docs/Getting-Started.md @@ -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: ``` -<dependency> - <groupId>com.graphhopper</groupId> - <artifactId>jsprit-core</artifactId> - <version>{version}</version> -</dependency> + + com.graphhopper + jsprit-core + {version} + ``` Find the latest versions here: [mvn repository](https://mvnrepository.com/artifact/com.graphhopper/jsprit-core)