Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 2.56 KB

File metadata and controls

52 lines (43 loc) · 2.56 KB

Croct
Export API Java Client
Java client for the Croct Export API.

Version Validations

📦 Releases · 🐞 Report Bug · ✨ Request Feature

Installation

The preferred way to install the export client API is to use the Maven package manager. Simply add the dependency:

<dependency>
    <groupId>com.croct.client</groupId>
    <artifactId>croct-export-client</artifactId>
    <version>0.3.0</version>
</dependency>

See our quick start guide for more details.

Contributing

Contributions to the package are always welcome!

  • Report any bugs or issues on the issue tracker.
  • For major changes, please open an issue first to discuss what you would like to change.
  • Please make sure to update tests as appropriate.

License

This project is released under the MIT License.