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