g

graphhopper-reader-gtfs

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