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