mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
sync merged
This commit is contained in:
commit
eb6c5345e4
3 changed files with 14 additions and 12 deletions
|
|
@ -12,14 +12,15 @@ jsprit is a multi-module project and consists of:
|
|||
#### Maven way
|
||||
If you want to use the latest release of jsprit-core, add the following lines to your pom:
|
||||
|
||||
<pre><code><dependency>
|
||||
```
|
||||
<dependency>
|
||||
<groupId>com.graphhopper</groupId>
|
||||
<artifactId>jsprit-core</artifactId>
|
||||
<version>{version}</version>
|
||||
</dependency>
|
||||
</code></pre>
|
||||
```
|
||||
|
||||
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)
|
||||
|
||||
#### Build yourself
|
||||
If you want to build the master branch yourself, do this:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue