mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
fixed the broken link
This commit is contained in:
parent
2a1665720e
commit
8eab987c1f
2 changed files with 18 additions and 17 deletions
|
|
@ -1,7 +1,7 @@
|
|||
####Requirements
|
||||
#### Requirements
|
||||
jsprit requires Java 1.7.0 or later.
|
||||
|
||||
####Modules
|
||||
#### Modules
|
||||
jsprit is a multi-module project and consists of:
|
||||
- jsprit-core
|
||||
- jsprit-analysis
|
||||
|
|
@ -9,19 +9,20 @@ jsprit is a multi-module project and consists of:
|
|||
- jsprit-examples
|
||||
- jsprit-io
|
||||
|
||||
####Maven way
|
||||
#### 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
|
||||
#### Build yourself
|
||||
If you want to build the master branch yourself, do this:
|
||||
|
||||
```
|
||||
|
|
@ -30,7 +31,7 @@ cd jsprit
|
|||
mvn clean install
|
||||
```
|
||||
|
||||
####If you do not have an IDE and you want to use Maven
|
||||
#### If you do not have an IDE and you want to use Maven
|
||||
|
||||
the following documentation is recommended:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue