siri_api is a java open source project design to generate java class based on SIRI WSDL.
- oraclejdk7
- openjdk7
On Debian/Ubuntu/Kubuntu OS :
sudo apt-get install openjdk-7-jdk
sudo apt-get install git
Get git repository
cd workspace
git clone git://github.com/afimb/siri_api
cd siri_api
mvn test
More information can be found on the project website on GitHub. There is extensive usage documentation available on the wiki.
Install
mvn -Dmaven.test.skip=true install
This project is licensed under the CeCILL-B license, a copy of which can be found in the LICENSE file.
The release notes can be found in CHANGELOG file
Users looking for support should file an issue on the GitHub issue tracking page, or file a pull request if you have a fix available.