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