Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.1 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.1.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.