MVN

com.programmerare.shortest-paths : adapters-shortest-paths

Maven & Gradle

May 02, 2018
0 stars

adapters-shortest-paths · Adapter library and implementations for finding the shortest paths between two locations. This is useful for travel routing when you want to minimize the total time or total distance.

<dependency>
    <groupId>com.programmerare.shortest-paths</groupId>
    <artifactId>adapters-shortest-paths</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.programmerare.shortest-paths : adapters-shortest-paths to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.programmerare.shortest-paths : adapters-shortest-paths to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
adapters-shortest-paths-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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