# hetznercloud-java
**Repository Path**: mirrors_sirthias/hetznercloud-java
## Basic Information
- **Project Name**: hetznercloud-java
- **Description**: Java Integration to manage the Hetzner-Cloud
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-25
- **Last Updated**: 2026-05-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Hetzner Cloud API for Java
==========================
[](https://travis-ci.org/TomSDEVSN/hetznercloud-java)
Simple Java client for the Hetzner Cloud API.
The current version is **1.1.2**.
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
Repository:
```xml
hetznercloud-api
https://maven.tomsdevsn.me/repository/hetznercloud-api/
```
Dependency:
```xml
me.tomsdevsn
hetznercloud-api
1.1.2
compile
```
##### Gradle
You have to edit the ``build.gradle``
```
repositories({
maven {
url 'https://maven.tomsdevsn.me/repository/hetznercloud-api/'
}
})
dependencies({
compile "me.tomsdevsn:hetznercloud-api:1.1.2"
})
```
## JavaDocs
The JavaDocs are available [here](https://docs.hcloud.tomsdevsn.me)