License |
License |
---|---|
Categories |
CategoriesJGraphT General Purpose Libraries |
GroupId | GroupIdcom.github.mapkiwiz |
ArtifactId | ArtifactIdjgrapht-routing |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjgrapht-routing
Java Routing Service based on JGraphT
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |