a

adapters-shortest-paths-impl-bsmock

Adapter implementation (for the Target Adapter interfaces defined in 'adapters-shortest-paths-core') which uses 'fork of bsmock k-shortest-paths' as the adaptee. ( the library located at URL https://github.com/TomasJohansson/k-shortest-paths is a fork of https://github.com/bsmock/k-shortest-paths )
https://github.com/TomasJohansson/adapters-shortest-paths/tree/master/adapters-shortest-paths-impl-bsmock
Apache Software License, Version 2.0
Tomas Johansson
Files download
File Operation
adapters-shortest-paths-impl-bsmock-1.0.0.jar download
adapters-shortest-paths-impl-bsmock-1.0.0.pom download
adapters-shortest-paths-impl-bsmock-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.programmerare.shortest-paths</groupId>
  <artifactId>adapters-shortest-paths-impl-bsmock</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.programmerare.shortest-paths:adapters-shortest-paths-impl-bsmock:1.0.0'
Gradle Kotlin
implementation("com.programmerare.shortest-paths:adapters-shortest-paths-impl-bsmock:1.0.0")
Scala SBT
libraryDependencies += "com.programmerare.shortest-paths" % "adapters-shortest-paths-impl-bsmock" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.programmerare.shortest-paths', module='adapters-shortest-paths-impl-bsmock', version='1.0.0')
)
Apache Ivy
<dependency org="com.programmerare.shortest-paths" name="adapters-shortest-paths-impl-bsmock" rev="1.0.0" />
Leiningen
[com.programmerare.shortest-paths/adapters-shortest-paths-impl-bsmock "1.0.0"]
Apache Buildr
'com.programmerare.shortest-paths:adapters-shortest-paths-impl-bsmock:jar:1.0.0'