g

graphhopper-parent

Super pom of GraphHopper, the fast and flexible routing engine
https://www.graphhopper.com
Apache License, Version 2.0
Peter Karich
Files download
File Operation
graphhopper-parent-9.0.pom download
Apache Maven
<dependency>
  <groupId>com.graphhopper</groupId>
  <artifactId>graphhopper-parent</artifactId>
  <version>9.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.graphhopper:graphhopper-parent:9.0'
Gradle Kotlin
implementation("com.graphhopper:graphhopper-parent:9.0")
Scala SBT
libraryDependencies += "com.graphhopper" % "graphhopper-parent" % "9.0"
Groovy Grape
@Grapes(
  @Grab(group='com.graphhopper', module='graphhopper-parent', version='9.0')
)
Apache Ivy
<dependency org="com.graphhopper" name="graphhopper-parent" rev="9.0" />
Leiningen
[com.graphhopper/graphhopper-parent "9.0"]
Apache Buildr
'com.graphhopper:graphhopper-parent:jar:9.0'