Releases: TomasJohansson/k-shortest-paths-java-version
Releases · TomasJohansson/k-shortest-paths-java-version
v1.0.0_fork-of-edu.asu.emit.algorithm.graph
Note that this project is a fork of another project here at github.
The original project currently has no releases at github, but if that project would create releases in the future then the release number would be separate.
To avoid confusion, a suffix is attached to the github release version number to indicate that this library is a fork.
This forked library is also relased to maven and thus available at http://search.maven.org with groupId and artifactId as below.
Maven dependency:
<dependency>
<groupId>com.programmerare.shortest-paths</groupId>
<artifactId>fork-of-edu.asu.emit.algorithm.graph</artifactId>
<version>1.0.0</version>
</dependency>