g

graphhopper-reader-gtfs

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