g

graphhopper-reader-osm

GraphHopper with some modifications
https://gitlab.com/GitLabRGI/graphhopper
MIT License
Steven D. Lander
Files download
File Operation
graphhopper-reader-osm-0.8.0.jar download
graphhopper-reader-osm-0.8.0.pom download
graphhopper-reader-osm-0.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rgi-corp</groupId>
  <artifactId>graphhopper-reader-osm</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'com.rgi-corp:graphhopper-reader-osm:0.8.0'
Gradle Kotlin
implementation("com.rgi-corp:graphhopper-reader-osm:0.8.0")
Scala SBT
libraryDependencies += "com.rgi-corp" % "graphhopper-reader-osm" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.rgi-corp', module='graphhopper-reader-osm', version='0.8.0')
)
Apache Ivy
<dependency org="com.rgi-corp" name="graphhopper-reader-osm" rev="0.8.0" />
Leiningen
[com.rgi-corp/graphhopper-reader-osm "0.8.0"]
Apache Buildr
'com.rgi-corp:graphhopper-reader-osm:jar:0.8.0'