Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 808 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 808 Bytes

onebusaway-gtfs-modules

CI Maven Central

A Java library for reading and writing GTFS feeds, including database support.

See more documentation in the docs folder.

Maven usage

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.