License |
License |
---|---|
Categories |
CategoriesGraphHopper Business Logic Libraries Geospatial |
GroupId | GroupIdcom.graphhopper |
ArtifactId | ArtifactIdgraphhopper |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGraphHopper
GraphHopper is a fast and memory efficient Java road routing engine
working seamlessly with OpenStreetMap data.
|
Filename | Size |
---|---|
graphhopper-0.7.0.pom | |
graphhopper-0.7.0.jar | 510 KB |
graphhopper-0.7.0-tests.jar | 1020 KB |
graphhopper-0.7.0-sources.jar | 379 KB |
graphhopper-0.7.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.graphhopper/graphhopper/ -->
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper/
implementation 'com.graphhopper:graphhopper:0.7.0'
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper/
implementation ("com.graphhopper:graphhopper:0.7.0")
'com.graphhopper:graphhopper:jar:0.7.0'
<dependency org="com.graphhopper" name="graphhopper" rev="0.7.0">
<artifact name="graphhopper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='graphhopper', version='0.7.0')
)
libraryDependencies += "com.graphhopper" % "graphhopper" % "0.7.0"
[com.graphhopper/graphhopper "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
com.graphhopper : graphhopper-tools-lgpl | jar | 0.7.0 |
net.sf.trove4j : trove4j | jar | 3.0.3 |
org.slf4j : slf4j-api | jar | 1.7.21 |
org.apache.xmlgraphics : xmlgraphics-commons | jar | 2.1 |
com.google.protobuf : protobuf-java | jar | 2.6.1 |
org.openstreetmap.osmosis : osmosis-osm-binary | jar | 0.44.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
log4j : log4j | jar | 1.2.17 |
org.json : json | jar | 20160212 |
junit : junit | jar | 4.12 |