o

onebusaway-gtfs

A Java library for reading and writing General Transit Feed Spec feeds
Files download
File Operation
onebusaway-gtfs-1.3.113.jar download
onebusaway-gtfs-1.3.113.pom download
onebusaway-gtfs-1.3.113-sources.jar download
Apache Maven
<dependency>
  <groupId>io.leonard</groupId>
  <artifactId>onebusaway-gtfs</artifactId>
  <version>1.3.113</version>
</dependency>
Gradle Groovy
implementation 'io.leonard:onebusaway-gtfs:1.3.113'
Gradle Kotlin
implementation("io.leonard:onebusaway-gtfs:1.3.113")
Scala SBT
libraryDependencies += "io.leonard" % "onebusaway-gtfs" % "1.3.113"
Groovy Grape
@Grapes(
  @Grab(group='io.leonard', module='onebusaway-gtfs', version='1.3.113')
)
Apache Ivy
<dependency org="io.leonard" name="onebusaway-gtfs" rev="1.3.113" />
Leiningen
[io.leonard/onebusaway-gtfs "1.3.113"]
Apache Buildr
'io.leonard:onebusaway-gtfs:jar:1.3.113'