The REXS API library contains core utility classes for the REXS interface.
ATTENTION: The current status of the REXS API is not yet fully covered by Javadoc and unit tests. For this reason we cannot publish a first major version yet. Before using this stand productively, you should therefore test sufficiently.
Add the dependency to your project:
<dependency>
<groupId>io.github.fva-net</groupId>
<artifactId>rexs-api-java</artifactId>
<version>0.9.0</version>
</dependency>
Any pull request or bug report are welcome! If you have any suggestion about new features, you can open an issue.
How-to build on your local pc? How-to release a new version?