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