Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@TomasJohansson TomasJohansson released this 02 May 22:59
· 57 commits to master since this release

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