g

graphhopper-map-matching-core

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