Simple Java client for the Hetzner Cloud API.
The current version is 2.11.0.
It would be nice, if you submit pull requests.
You can simply compile it with Maven.
Just run mvn clean install to install it in your local Maven-repository.
Dependency:
<dependencies>
<dependency>
<groupId>me.tomsdevsn</groupId>
<artifactId>hetznercloud-api</artifactId>
<version>2.11.0</version>
<scope>compile</scope>
</dependency>
</dependencies>You have to edit the build.gradle
repositories({
mavenCentral()
})
dependencies({
implementation "me.tomsdevsn:hetznercloud-api:2.11.0"
})
The JavaDocs are available here
The following dependencies were used in this project:
- jackson-databind under Apache2.0 License
- spring-web under Apache 2.0 License
- Lombok under MIT License