You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And the following to you maven pom.xml under `dependencies` for the latest version under active development:
15
15
```xml
16
16
<dependency>
17
-
<groupId>com.github.BauhausLuftfahrt</groupId>
18
-
<artifactId>MATSim-UAM</artifactId>
19
-
<version>master-SNAPSHOT</version>
17
+
<groupId>net.bhl.matsim</groupId>
18
+
<artifactId>matsim-uam</artifactId>
19
+
<version>3.0.0</version>
20
20
</dependency>
21
21
```
22
-
Older versions can be used by replacing the version text with any of the listed tags on [GitHub MATSim-UAM tags](https://github.com/BauhausLuftfahrt/MATSim-UAM/tags).
0 commit comments