Categories |
CategoriesGraphHopper Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.graphhopper |
ArtifactId | ArtifactIdgraphhopper-tools |
Version | Version1.0-pre32 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.graphhopper/graphhopper-tools/ -->
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-tools</artifactId>
<version>1.0-pre32</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-tools/
implementation 'com.graphhopper:graphhopper-tools:1.0-pre32'
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-tools/
implementation ("com.graphhopper:graphhopper-tools:1.0-pre32")
'com.graphhopper:graphhopper-tools:jar:1.0-pre32'
<dependency org="com.graphhopper" name="graphhopper-tools" rev="1.0-pre32">
<artifact name="graphhopper-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='graphhopper-tools', version='1.0-pre32')
)
libraryDependencies += "com.graphhopper" % "graphhopper-tools" % "1.0-pre32"
[com.graphhopper/graphhopper-tools "1.0-pre32"]