文件下载
文件名 操作
graphhopper-0.8.0.jar 下载
graphhopper-0.8.0.pom 下载
graphhopper-0.8.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.rgi-corp</groupId>
  <artifactId>graphhopper</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'com.rgi-corp:graphhopper:0.8.0'
Gradle Kotlin
implementation("com.rgi-corp:graphhopper:0.8.0")
Scala SBT
libraryDependencies += "com.rgi-corp" % "graphhopper" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.rgi-corp', module='graphhopper', version='0.8.0')
)
Apache Ivy
<dependency org="com.rgi-corp" name="graphhopper" rev="0.8.0" />
Leiningen
[com.rgi-corp/graphhopper "0.8.0"]
Apache Buildr
'com.rgi-corp:graphhopper:jar:0.8.0'