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-3.0-pre5.pom download
Apache Maven
<dependency>
  <groupId>com.graphhopper</groupId>
  <artifactId>graphhopper-parent</artifactId>
  <version>3.0-pre5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.graphhopper:graphhopper-parent:3.0-pre5'
Gradle Kotlin
implementation("com.graphhopper:graphhopper-parent:3.0-pre5")
Scala SBT
libraryDependencies += "com.graphhopper" % "graphhopper-parent" % "3.0-pre5"
Groovy Grape
@Grapes(
  @Grab(group='com.graphhopper', module='graphhopper-parent', version='3.0-pre5')
)
Apache Ivy
<dependency org="com.graphhopper" name="graphhopper-parent" rev="3.0-pre5" />
Leiningen
[com.graphhopper/graphhopper-parent "3.0-pre5"]
Apache Buildr
'com.graphhopper:graphhopper-parent:jar:3.0-pre5'