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