g

graphhopper-reader-gtfs

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