mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
updated getting started to fix formatting
removed html escaping for markdown
This commit is contained in:
parent
3b5a64c989
commit
0dd16277d5
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:
|
If you want to use the latest release of jsprit-core, add the following lines to your pom:
|
||||||
|
|
||||||
```
|
```
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.graphhopper</groupId>
|
<groupId>com.graphhopper</groupId>
|
||||||
<artifactId>jsprit-core</artifactId>
|
<artifactId>jsprit-core</artifactId>
|
||||||
<version>{version}</version>
|
<version>{version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
Find the latest versions here: [mvn repository](https://mvnrepository.com/artifact/com.graphhopper/jsprit-core)
|
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