MVN

eu.cloudnetservice.cloudnet : papi-expansion

Maven & Gradle

Jul 09, 2023
358 stars

papi-expansion · A modern application that can dynamically and easily deliver Minecraft oriented software

<dependency>
    <groupId>eu.cloudnetservice.cloudnet</groupId>
    <artifactId>papi-expansion</artifactId>
    <version>4.0.0-RC9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.cloudnetservice.cloudnet : papi-expansion to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-RC9
  • Latest Release Candidate: 4.0.0-RC9

All Versions

Choose a version of eu.cloudnetservice.cloudnet : papi-expansion to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
papi-expansion-4.0.0-RC9
papi-expansion-4.0.0-RC8
papi-expansion-4.0.0-RC7
papi-expansion-4.0.0-RC6
papi-expansion-4.0.0-RC5
papi-expansion-4.0.0-RC4
papi-expansion-4.0.0-RC3
papi-expansion-4.0.0-RC2
papi-expansion-4.0.0-RC1

How to add a dependency to Maven

Add the following eu.cloudnetservice.cloudnet : papi-expansion maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.cloudnetservice.cloudnet</groupId>
    <artifactId>papi-expansion</artifactId>
    <version>4.0.0-RC9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.cloudnetservice.cloudnet : papi-expansion gradle dependency to your build.gradle file:

implementation 'eu.cloudnetservice.cloudnet:papi-expansion:4.0.0-RC9'

Gradle Kotlin DSL: Add the following eu.cloudnetservice.cloudnet : papi-expansion gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.cloudnetservice.cloudnet:papi-expansion:4.0.0-RC9")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.cloudnetservice.cloudnet : papi-expansion sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.cloudnetservice.cloudnet" % "papi-expansion" % "4.0.0-RC9"

Advertisement