g

graphhopper-reader-gtfs

Files download
File Operation
graphhopper-reader-gtfs-7.0-testgithub3.jar download
graphhopper-reader-gtfs-7.0-testgithub3.pom download
graphhopper-reader-gtfs-7.0-testgithub3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.graphhopper</groupId>
  <artifactId>graphhopper-reader-gtfs</artifactId>
  <version>7.0-testgithub3</version>
</dependency>
Gradle Groovy
implementation 'com.graphhopper:graphhopper-reader-gtfs:7.0-testgithub3'
Gradle Kotlin
implementation("com.graphhopper:graphhopper-reader-gtfs:7.0-testgithub3")
Scala SBT
libraryDependencies += "com.graphhopper" % "graphhopper-reader-gtfs" % "7.0-testgithub3"
Groovy Grape
@Grapes(
  @Grab(group='com.graphhopper', module='graphhopper-reader-gtfs', version='7.0-testgithub3')
)
Apache Ivy
<dependency org="com.graphhopper" name="graphhopper-reader-gtfs" rev="7.0-testgithub3" />
Leiningen
[com.graphhopper/graphhopper-reader-gtfs "7.0-testgithub3"]
Apache Buildr
'com.graphhopper:graphhopper-reader-gtfs:jar:7.0-testgithub3'