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