HetznerCloud-API

Java-client for the Hetzner Cloud

Лицензия

Лицензия

Группа

Группа

com.github.blindpirate
Идентификатор

Идентификатор

hetznercloud-api
Последняя версия

Последняя версия

2.11.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

HetznerCloud-API
Java-client for the Hetzner Cloud
Ссылка на сайт

Ссылка на сайт

https://github.com/TomSDEVSN/hetznercloud-api
Система контроля версий

Система контроля версий

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

Скачать hetznercloud-api

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.springframework : spring-web jar 5.1.13.RELEASE
com.fasterxml.jackson.core : jackson-databind jar 2.9.10.5

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.8

Модули Проекта

Данный проект не имеет модулей.

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:

Версии библиотеки

Версия
2.11.1
2.11.0