Hetzner Cloud API for Java
Simple Java client for the Hetzner Cloud API.
The current version is 2.11.0.
It would be nice, if you submit pull requests.
Compile
You can simply compile it with Maven.
Just run mvn clean install
to install it in your local Maven-repository.
How to use
Maven
Dependency:
<dependencies>
<dependency>
<groupId>me.tomsdevsn</groupId>
<artifactId>hetznercloud-api</artifactId>
<version>2.11.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Gradle
You have to edit the build.gradle
repositories({
mavenCentral()
})
dependencies({
implementation "me.tomsdevsn:hetznercloud-api:2.11.0"
})
JavaDocs
The JavaDocs are available here
Dependencies
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