MVN

com.ionoscloud : ionos-cloud-sdk

Maven & Gradle

Aug 29, 2022

Ionos Cloud Sdk · The API allows you to perform a variety of management tasks such as spinning up additional servers, adding volumes, adjusting networking, and so forth. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.

<dependency>
    <groupId>com.ionoscloud</groupId>
    <artifactId>ionos-cloud-sdk</artifactId>
    <version>6.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ionoscloud : ionos-cloud-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.4
  • Latest Beta: 5.0.3-BETA

All Versions

Choose a version of com.ionoscloud : ionos-cloud-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
ionos-cloud-sdk-6.1.4
ionos-cloud-sdk-6.1.3
ionos-cloud-sdk-6.1.2
ionos-cloud-sdk-6.1.0
5.1.x
ionos-cloud-sdk-5.1.1
5.0.x
ionos-cloud-sdk-5.0.3-BETA
ionos-cloud-sdk-5.0.1
ionos-cloud-sdk-5.0.0
v5.2.x
ionos-cloud-sdk-v5.2.1
v6.0.x
ionos-cloud-sdk-v6.0.1
ionos-cloud-sdk-v6.0.0

How to add a dependency to Maven

Add the following com.ionoscloud : ionos-cloud-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ionoscloud</groupId>
    <artifactId>ionos-cloud-sdk</artifactId>
    <version>6.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ionoscloud : ionos-cloud-sdk gradle dependency to your build.gradle file:

implementation 'com.ionoscloud:ionos-cloud-sdk:6.1.4'

Gradle Kotlin DSL: Add the following com.ionoscloud : ionos-cloud-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ionoscloud:ionos-cloud-sdk:6.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ionoscloud : ionos-cloud-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ionoscloud" % "ionos-cloud-sdk" % "6.1.4"

Advertisement