| Categories |
CategoriesGraphHopper Business Logic Libraries Geospatial |
|---|---|
| GroupId | GroupIdcom.graphhopper |
| ArtifactId | ArtifactIdgraphhopper-tools |
| Version | Version0.8.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| graphhopper-tools-0.8.2.pom | |
| graphhopper-tools-0.8.2.jar | 55 KB |
| graphhopper-tools-0.8.2-sources.jar | 27 KB |
| graphhopper-tools-0.8.2-javadoc.jar | 97 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.graphhopper/graphhopper-tools/ -->
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-tools</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-tools/
implementation 'com.graphhopper:graphhopper-tools:0.8.2'
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-tools/
implementation ("com.graphhopper:graphhopper-tools:0.8.2")
'com.graphhopper:graphhopper-tools:jar:0.8.2'
<dependency org="com.graphhopper" name="graphhopper-tools" rev="0.8.2">
<artifact name="graphhopper-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='graphhopper-tools', version='0.8.2')
)
libraryDependencies += "com.graphhopper" % "graphhopper-tools" % "0.8.2"
[com.graphhopper/graphhopper-tools "0.8.2"]