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