jwjoubert-0.10.0-20190213.183303-93.pom

Checksums

MD5 a4a7b4f7ae66b394e33c938239d63c84
SHA1 99ad299cdd9dae4e9f4b9dc64fcc9f14882c4046
SHA256 532b59fdc3d155d1e58857e8e7609ac3da57a06108c4a935b8c25120cef4bfb3
SHA512 6116555fa514a250d6e4b386678e5830758feade29ef4261f389ccf899f91fb4988fd29bdf697d73bee9bddae7acb07d73c883b6e538f2e8d7a2e56981929e92

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>0.10.0-SNAPSHOT</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.matsim.up.up-playgrounds</groupId>
	<artifactId>jwjoubert</artifactId>
	<name>jwjoubert</name>

	<repositories>
		<!-- Repository for MATSim snapshots (in case someone wants to switch to 
			snapshot versions) -->
		<repository>
			<id>ojo-snapshots</id>
			<url>http://oss.jfrog.org/libs-snapshot</url>
		</repository>
	</repositories>
	
	<dependencies>
			<dependency>
			<groupId>org.matsim</groupId>
			<artifactId>matsim</artifactId>
 			<version>0.10.0</version>
			<!--<version>0.11.0-apr17</version>-->
			<!-- <version>0.11.0-SNAPSHOT</version> -->
		</dependency>
	
	</dependencies>

</project>