1
0
Fork 0
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:
jsroyal 2017-05-15 00:39:03 +05:30
parent 2a1665720e
commit 8eab987c1f
2 changed files with 18 additions and 17 deletions

View file

@ -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>&lt;dependency&gt;
```
&lt;dependency&gt;
&lt;groupId&gt;com.graphhopper&lt;/groupId&gt;
&lt;artifactId&gt;jsprit-core&lt;/artifactId&gt;
&lt;version&gt;{version}&lt;/version&gt;
&lt;/dependency&gt;
</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: