File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 11# cd.ethz.idsc.amodeus <a href =" https://travis-ci.org/idsc-frazzoli/amodeus " ><img src =" https://travis-ci.org/idsc-frazzoli/amodeus.svg?branch=master " alt =" Build Status " ></a >
22
3- Autonomous mobility-on-demand simulation tool.
3+ Autonomous mobility-on-demand simulation library, version ` 1.0.0 `
44
55## Purpose
66
@@ -29,3 +29,28 @@ Zurich
2929San Francisco
3030
3131</table >
32+
33+ ## Integration
34+
35+ Specify ` repository ` and ` dependency ` of the amodeus library in the ` pom.xml ` file of your maven project:
36+
37+ <repositories>
38+ <repository>
39+ <id>amodeus-mvn-repo</id>
40+ <url>https://raw.github.com/idsc-frazzoli/amodeus/mvn-repo/</url>
41+ <snapshots>
42+ <enabled>true</enabled>
43+ <updatePolicy>always</updatePolicy>
44+ </snapshots>
45+ </repository>
46+ </repositories>
47+
48+ <dependencies>
49+ <dependency>
50+ <groupId>ch.ethz.idsc</groupId>
51+ <artifactId>amodeus</artifactId>
52+ <version>1.0.0</version>
53+ </dependency>
54+ </dependencies>
55+
56+ The source code is attached to every release.
You can’t perform that action at this time.
0 commit comments