-
Notifications
You must be signed in to change notification settings - Fork 12
Home
bdferris edited this page Feb 23, 2012
·
11 revisions
The onebusaway-gtfs-realtime-exporter
module provides a number of methods to assist you in producing and sharing a GTFS-realtime real-time transit data feed.
The onebusaway-gtfs-realtime-exporter
module is provided as a Maven module in the OneBusAway Maven Repository. To include it as a dependency to your Maven project, add the following to the <dependencies/>
section of your project's pom.xml
file:
<dependency>
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway-gtfs-realtime-exporter</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>