Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 889 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 889 Bytes

Opdyts-MATSim-Integration

This contrib is being updated; overworked code can be found here:

https://github.com/matsim-vsp/vsp-playgrounds/tree/master/gunnar/src/main/java/org/matsim/contrib/opdyts

======================================================================

Build Status

To get this project into your build, add following to your pom.

<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>
<dependency>
  <groupId>com.github.matsim-org</groupId>
  <artifactId>Opdyts-MATSim-Integration</artifactId>
  <version>-SNAPSHOT</version>
</dependency>