Categories |
CategoriesGraphHopper Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.graphhopper |
ArtifactId | ArtifactIdgraphhopper-tools |
Version | Version4.0 |
Type | Typejar |
Filename | Size |
---|---|
graphhopper-tools-4.0.pom | |
graphhopper-tools-4.0.jar | 72 KB |
graphhopper-tools-4.0-sources.jar | 35 KB |
graphhopper-tools-4.0-javadoc.jar | 100 KB |
graphhopper-tools-4.0-jar-with-dependencies.jar | 12 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.graphhopper/graphhopper-tools/ -->
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-tools</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-tools/
implementation 'com.graphhopper:graphhopper-tools:4.0'
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-tools/
implementation ("com.graphhopper:graphhopper-tools:4.0")
'com.graphhopper:graphhopper-tools:jar:4.0'
<dependency org="com.graphhopper" name="graphhopper-tools" rev="4.0">
<artifact name="graphhopper-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='graphhopper-tools', version='4.0')
)
libraryDependencies += "com.graphhopper" % "graphhopper-tools" % "4.0"
[com.graphhopper/graphhopper-tools "4.0"]