Getting Started

To use Cloud API in your project, you will need to add the following dependency and repository.

Declaring the dependency:

<repositories>
    <repository>
        <id>xyris-repo</id>
        <url>https://repo.xyrisdev.com/repository/maven-public</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.xyrisdev</groupId>
        <artifactId>cloud-api</artifactId>
        <version>1.0.5</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

You can find the Javadoc for the Cloud API at: https://jd.xyrisdev.com/

Last updated

Was this helpful?