- JDK 7+
- Maven
Using Maven:
<dependency>
<groupId>cz.cesnet.cloud</groupId>
<artifactId>jocci-api</artifactId>
<version>0.2.6</version>
</dependency>
Detailed documentation is available in project's Wiki.
Continuous integration for jOCCI by Travis-CI
- Fork it.
- Create a branch (git checkout -b my_markup)
- Commit your changes (git commit -am "My changes")
- Push to the branch (git push origin my_markup)
- Create an Issue with a link to your branch