Categories |
CategoriesGraphHopper Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.graphhopper |
ArtifactId | ArtifactIdgraphhopper |
Version | Version0.6.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
graphhopper-0.6.0-RC2.pom | |
graphhopper-0.6.0-RC2.jar | 629 KB |
graphhopper-0.6.0-RC2-tests.jar | 1 MB |
graphhopper-0.6.0-RC2-sources.jar | 477 KB |
graphhopper-0.6.0-RC2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.graphhopper/graphhopper/ -->
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper</artifactId>
<version>0.6.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper/
implementation 'com.graphhopper:graphhopper:0.6.0-RC2'
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper/
implementation ("com.graphhopper:graphhopper:0.6.0-RC2")
'com.graphhopper:graphhopper:jar:0.6.0-RC2'
<dependency org="com.graphhopper" name="graphhopper" rev="0.6.0-RC2">
<artifact name="graphhopper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='graphhopper', version='0.6.0-RC2')
)
libraryDependencies += "com.graphhopper" % "graphhopper" % "0.6.0-RC2"
[com.graphhopper/graphhopper "0.6.0-RC2"]