onnene-12.0-2020w01-20200630.233210-4.pom
Checksums
|
MD5
|
c507a7767c9300bdbf7ace3416e1707a
|
|
SHA1
|
69537b9ee74127e9ba5b62cad3c93050069593d4
|
|
SHA256
|
1a9c143bc2e7ee690948b5eff6d0721fab37fcdb81b3e0bff1f04a14f94d3682
|
|
SHA512
|
53a743c61536cadba6a5ce3b9244b3a2deac4331e081e11df014c0ac89efa66bcb00c1f154e73d67bfdfbc83ae49e270ab17d4580f86817064ce81ac1f3f51af
|
POM
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.matsim.up</groupId>
<artifactId>up-playgrounds</artifactId>
<version>12.0-2020w01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.matsim.up.up-playgrounds</groupId>
<artifactId>onnene</artifactId>
<name>onnene</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<repositories>
<!-- jitpack repository for SBB RAPTOR MATSim extensions -->
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<!-- Include some MATSim extensions -->
<dependency>
<groupId>org.matsim.contrib</groupId>
<artifactId>matsim-gtfs</artifactId>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>org.matsim.contrib</groupId>
<artifactId>otfvis</artifactId>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>com.github.SchweizerischeBundesbahnen</groupId>
<artifactId>matsim-sbb-extensions</artifactId>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.1</version>
</dependency>
<!-- JGraph dependencies -->
<dependency>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-core</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-io</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-ext</artifactId>
<version>1.1.0</version>
</dependency>
<!-- Processes XML -->
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-xml</artifactId>
<version>0.21.4</version>
</dependency>
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>4.1</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.10-java7</version>
</dependency>
<!-- Multiobjective Evolutionary Algorithm framework -->
<dependency>
<groupId>org.moeaframework</groupId>
<artifactId>moeaframework</artifactId>
<version>2.12</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20180130</version>
</dependency>
<dependency>
<groupId>javax.json</groupId>
<artifactId>javax.json-api</artifactId>
<version>1.1.2</version>
</dependency>
</dependencies>
</project>