g

graphhopper-reader-gtfs

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