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