-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Brian Ferris edited this page Feb 6, 2015
·
4 revisions
The onebusaway-gtfs-realtime-api
module provides a pre-built jar of Java classes generated from the OneBusAway-specific and NYCT-specific GTFS-realtime Protocol Buffer extensions. To use the jar in your Maven project, add the following dependency:
<dependency>
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway-gtfs-realtime-api</artifactId>
<version>1.2.0</version>
</dependency>
Documentation for all the generated classes can be found in the current JavaDocs.
Also be sure to check out all our GTFS-realtime resources.