Java SDKs

Use the IONOS Cloud Java SDKs to build Java apps on IONOS Cloud. Each SDK is available on Maven Central.

Available Java SDKs

Core Infrastructure

Database

Containers

Security

Quick Start

Add the SDK to your Maven project:

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

Or with Gradle:

Set up a client:

Use a token instead:

Authentication

All Java SDKs use the same credentials. Store them in environment variables and keep them out of your source code.

GitHub Repositories

All Java SDKs are open source on GitHub under ionos-cloudarrow-up-right. Product SDKs follow the pattern ionos-cloud-sdk-{service}.

Last updated

Was this helpful?