Skip to content
bdferris edited this page Feb 28, 2012 · 3 revisions

The onebusaway-siri-api-v10 module provides a pre-built jar of Java classes generated from the SIRI v1.0 schema. To add the jar as a dependency to your Maven project, first add the OneBusAway Maven repository to your pom.xml file, and then add the following dependency:

<dependency>
  <groupId>org.onebusaway</groupId>
  <artifactId>onebusaway-siri-api-v10</artifactId>
  <version>1.0.1</version>
</dependency>

Documentation for all the generated classes can be found in the current JavaDocs.

Also be sure to check out all our SIRI resources.

Clone this wiki locally