Last Version

jgrapht-routing 0.4

Java Routing Service based on JGraphT

License

License

Categories

Categories

JGraphT General Purpose Libraries
GroupId

GroupId

com.github.mapkiwiz
ArtifactId

ArtifactId

jgrapht-routing
Version

Version

0.4
Type

Type

pom
Description

Description

jgrapht-routing
Java Routing Service based on JGraphT
Project URL

Project URL

https://github.com/mapkiwiz/jgrapht-routing
Source Code Management

Source Code Management

https://github.com/mapkiwiz/jgrapht-routing

Download jgrapht-routing 0.4

Filename Size
jgrapht-routing-0.4.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.mapkiwiz/jgrapht-routing/ -->
<dependency>
    <groupId>com.github.mapkiwiz</groupId>
    <artifactId>jgrapht-routing</artifactId>
    <version>0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mapkiwiz/jgrapht-routing/
implementation 'com.github.mapkiwiz:jgrapht-routing:0.4'
// https://jarcasting.com/artifacts/com.github.mapkiwiz/jgrapht-routing/
implementation ("com.github.mapkiwiz:jgrapht-routing:0.4")
'com.github.mapkiwiz:jgrapht-routing:pom:0.4'
<dependency org="com.github.mapkiwiz" name="jgrapht-routing" rev="0.4">
  <artifact name="jgrapht-routing" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mapkiwiz', module='jgrapht-routing', version='0.4')
)
libraryDependencies += "com.github.mapkiwiz" % "jgrapht-routing" % "0.4"
[com.github.mapkiwiz/jgrapht-routing "0.4"]

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.2
org.slf4j : slf4j-simple jar 1.7.2
com.google.code.gson : gson jar 2.2.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

  • jgrapht-routing-core
  • jgrapht-routing-web-api