Categories |
CategoriesGraphHopper Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.graphhopper |
ArtifactId | ArtifactIdgraphhopper-parent |
Version | Version0.13.0-pre9 |
Type | Typepom |
Filename | Size |
---|---|
graphhopper-parent-0.13.0-pre9.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.graphhopper/graphhopper-parent/ -->
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>0.13.0-pre9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-parent/
implementation 'com.graphhopper:graphhopper-parent:0.13.0-pre9'
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-parent/
implementation ("com.graphhopper:graphhopper-parent:0.13.0-pre9")
'com.graphhopper:graphhopper-parent:pom:0.13.0-pre9'
<dependency org="com.graphhopper" name="graphhopper-parent" rev="0.13.0-pre9">
<artifact name="graphhopper-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='graphhopper-parent', version='0.13.0-pre9')
)
libraryDependencies += "com.graphhopper" % "graphhopper-parent" % "0.13.0-pre9"
[com.graphhopper/graphhopper-parent "0.13.0-pre9"]