a

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.
https://github.com/TomasJohansson/adapters-shortest-paths
MIT License Apache Software License, Version 2.0
Tomas Johansson
Files download
File Operation
adapters-shortest-paths-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.programmerare.shortest-paths</groupId>
  <artifactId>adapters-shortest-paths</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.programmerare.shortest-paths:adapters-shortest-paths:1.0.0'
Gradle Kotlin
implementation("com.programmerare.shortest-paths:adapters-shortest-paths:1.0.0")
Scala SBT
libraryDependencies += "com.programmerare.shortest-paths" % "adapters-shortest-paths" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.programmerare.shortest-paths', module='adapters-shortest-paths', version='1.0.0')
)
Apache Ivy
<dependency org="com.programmerare.shortest-paths" name="adapters-shortest-paths" rev="1.0.0" />
Leiningen
[com.programmerare.shortest-paths/adapters-shortest-paths "1.0.0"]
Apache Buildr
'com.programmerare.shortest-paths:adapters-shortest-paths:jar:1.0.0'
Dependencies
The project has no third-party dependencies