Categories |
CategoriesGraphHopper Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.graphhopper |
ArtifactId | ArtifactIdgraphhopper-core |
Version | Version0.9.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.graphhopper/graphhopper-core/ -->
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-core</artifactId>
<version>0.9.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-core/
implementation 'com.graphhopper:graphhopper-core:0.9.0-RC1'
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-core/
implementation ("com.graphhopper:graphhopper-core:0.9.0-RC1")
'com.graphhopper:graphhopper-core:jar:0.9.0-RC1'
<dependency org="com.graphhopper" name="graphhopper-core" rev="0.9.0-RC1">
<artifact name="graphhopper-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='graphhopper-core', version='0.9.0-RC1')
)
libraryDependencies += "com.graphhopper" % "graphhopper-core" % "0.9.0-RC1"
[com.graphhopper/graphhopper-core "0.9.0-RC1"]