Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Maven dependencies

Marvin edited this page Mar 25, 2020 · 6 revisions

Release Repository

Use this repository for developing current and stable plugins for the stable versions of CloudNet.

<repositories>
  <repository>
    <id>cloudnet-releases</id>
    <name>CloudNet Release Repository</name>
    <url>https://repo.cloudnetservice.eu/repository/releases/</url>
  </repository>
</repositories>

Plugin dependency

<dependency>
    <groupId>de.dytanic.cloudnet</groupId>
    <artifactId>cloudnet-api-bridge</artifactId>
    <version>2.1.17</version>
    <scope>provided</scope>
</dependency>

Module dependency

<dependency>
    <groupId>de.dytanic.cloudnet</groupId>
    <artifactId>cloudnet-core</artifactId>
    <version>2.1.17</version>
    <scope>provided</scope>
</dependency>

Snapshot Repository

If you want to make sure your plugins or modules are future-proof or want to explore new features and API changes while they are being developed, explore the snapshot repository.

<repositories>
  <repository>
    <id>cloudnet-snapshots</id>
    <name>CloudNet Snapshot Repository</name>
    <url>https://repo.cloudnetservice.eu/repository/snapshots/</url>
  </repository>
</repositories>

If you have development questions feel free to join our Discord Server and ask in #development