mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
Merge pull request #399 from tingold/patch-1
updated getting started to fix formatting
This commit is contained in:
commit
5051def927
1 changed files with 5 additions and 5 deletions
|
|
@ -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>
|
||||
<dependency>
|
||||
<groupId>com.graphhopper</groupId>
|
||||
<artifactId>jsprit-core</artifactId>
|
||||
<version>{version}</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
Find the latest versions here: [mvn repository](https://mvnrepository.com/artifact/com.graphhopper/jsprit-core)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue