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