File tree 1 file changed +26
-1
lines changed
1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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 >
2
2
3
- Autonomous mobility-on-demand simulation tool.
3
+ Autonomous mobility-on-demand simulation library, version ` 1.0.0 `
4
4
5
5
## Purpose
6
6
@@ -29,3 +29,28 @@ Zurich
29
29
San Francisco
30
30
31
31
</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