g

graphhopper-reader-gtfs

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