We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b610626 commit 7ae5de3Copy full SHA for 7ae5de3
docs/Getting-Started.md
@@ -13,11 +13,11 @@ jsprit is a multi-module project and consists of:
13
If you want to use the latest release of jsprit-core, add the following lines to your pom:
14
15
```
16
-<dependency>
17
- <groupId>com.graphhopper</groupId>
18
- <artifactId>jsprit-core</artifactId>
19
- <version>{version}</version>
20
-</dependency>
+<dependency>
+ <groupId>com.graphhopper</groupId>
+ <artifactId>jsprit-core</artifactId>
+ <version>{version}</version>
+</dependency>
21
22
23
Find the latest versions here: [mvn repository](https://mvnrepository.com/artifact/com.graphhopper/jsprit-core)
0 commit comments