Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.21 KB

File metadata and controls

30 lines (21 loc) · 1.21 KB

relewise-sdk-java relewise-sdk GitHub license PRs Welcome

Java SDK for Relewise. Find detailed usage examples on our docs site.

Installation

Install via Maven.

<dependency>
    <groupId>com.relewise.client</groupId>
    <artifactId>relewise-sdk</artifactId>
    <version>1.8.0</version>
</dependency>

Contributing

Pull requests are always welcome. Please fork this repository and make a PR when you are ready with your contribution.

Otherwise you are welcome to open an Issue in our issue tracker.

License

relewise-sdk-java is licensed under the MIT license

Local Development

Check DEVELOPMENT.md for details on running this project locally for development.

Publish

Check PUBLISH.md for details about the release workflow and how to troubleshoot it.