Skip to content

Commit 0c51e66

Browse files
authored
Merge pull request #1 from idsc-frazzoli/dh001
dh001
2 parents da20b28 + 3bc6070 commit 0c51e66

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
2929
San 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.

0 commit comments

Comments
 (0)