Skip to content

Something-Host/hetznercloud-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Java Library to manage the Hetzner-Cloud

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%