fva-net / rexs-api-java

The REXS API Java library contains core utility classes for the REXS interface.
Apache License 2.0
2 stars 0 forks source link

REXS-API

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.

Requirements

Installation

Add the dependency to your project:

Using Maven

<dependency>
    <groupId>io.github.fva-net</groupId>
    <artifactId>rexs-api-java</artifactId>
    <version>0.9.0</version>
</dependency>

Contributing

Any pull request or bug report are welcome! If you have any suggestion about new features, you can open an issue.

Developer documentation

How-to build on your local pc? How-to release a new version?

Next steps