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