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