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