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