A Java library for reading and writing GTFS feeds, including database support.
See more documentation in the docs folder
.
In your pom.xml
, include:
<dependency>
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway-gtfs</artifactId>
<version>2.0.0</version>
</dependency>
...where <version>
contains the latest version number.