HetznerCloud-API

Java-client for the Hetzner Cloud

License

License

GroupId

GroupId

com.github.blindpirate
ArtifactId

ArtifactId

hetznercloud-api
Last Version

Last Version

2.11.1
Release Date

Release Date

Type

Type

jar
Description

Description

HetznerCloud-API
Java-client for the Hetzner Cloud
Project URL

Project URL

https://github.com/TomSDEVSN/hetznercloud-api
Source Code Management

Source Code Management

https://github.com/TomSDEVSN/hetznercloud-java/tree/master

Download hetznercloud-api

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.blindpirate/hetznercloud-api/ -->
<dependency>
    <groupId>com.github.blindpirate</groupId>
    <artifactId>hetznercloud-api</artifactId>
    <version>2.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.blindpirate/hetznercloud-api/
implementation 'com.github.blindpirate:hetznercloud-api:2.11.1'
// https://jarcasting.com/artifacts/com.github.blindpirate/hetznercloud-api/
implementation ("com.github.blindpirate:hetznercloud-api:2.11.1")
'com.github.blindpirate:hetznercloud-api:jar:2.11.1'
<dependency org="com.github.blindpirate" name="hetznercloud-api" rev="2.11.1">
  <artifact name="hetznercloud-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.blindpirate', module='hetznercloud-api', version='2.11.1')
)
libraryDependencies += "com.github.blindpirate" % "hetznercloud-api" % "2.11.1"
[com.github.blindpirate/hetznercloud-api "2.11.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework : spring-web jar 5.1.13.RELEASE
com.fasterxml.jackson.core : jackson-databind jar 2.9.10.5

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8

Project Modules

There are no modules declared in this project.

Hetzner Cloud API for Java

Build Status

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:

Versions

Version
2.11.1
2.11.0