Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.58 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.58 KB

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

  • Java 17

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

  • Complete unit tests
  • Complete the Javadoc
  • Publish the project to Maven Central Repository