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