automated_vehicles-1.2.1.pom

Checksums

MD5 8f37fda6ddc36ff15bb02a92497cc571
SHA1 5874430fccf834b29a8afdb20cbc93335ea41114
SHA256 0d02a8ca30b2f7c3d3e6af096e5edce25aeb102e12669f9dd0940df880b6e9a7
SHA512 c06346464b6f4f1afc45dfd3c5c6d7490b3d668b06eff7048e0a47a35e87af7f81cd8fa11c012265b92902a333196ed4d9fad57f68516c5fcc18b52b705f29e7

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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<artifactId>automated_vehicles</artifactId>

	<parent>
		<groupId>org.eqasim</groupId>
		<artifactId>eqasim</artifactId>
		<version>1.2.1</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<dependencies>
		<dependency>
			<groupId>org.eqasim</groupId>
			<artifactId>core</artifactId>
			<version>1.2.1</version>
		</dependency>

		<dependency>
			<groupId>ch.ethz.matsim</groupId>
			<artifactId>av</artifactId>
			<version>1.0.2-matsim11</version>
		</dependency>
	</dependencies>
</project>