Skip to content

Releases: TomasJohansson/adapters-shortest-paths

v1.0.0

02 May 22:59
Compare
Choose a tag to compare

Three of the modules have been released as Maven libraries with the following dependencies that can be used in the maven file pom.xml

<dependency>
	<groupId>com.programmerare.shortest-paths</groupId>
	<artifactId>adapters-shortest-paths-core</artifactId>
	<version>1.0.0</version>
</dependency>	

<dependency>
	<groupId>com.programmerare.shortest-paths</groupId>
	<artifactId>adapters-shortest-paths-impl-yanqi</artifactId>
	<version>1.0.0</version>
</dependency>      	

<dependency>
	<groupId>com.programmerare.shortest-paths</groupId>
	<artifactId>adapters-shortest-paths-impl-bsmock</artifactId>		
	<version>1.0.0</version>
</dependency>      			

You can find the above three libraries at http://search.maven.org