MVN

eu.cloudnetservice.cloudnet : bukkit-command

Maven & Gradle

Jul 09, 2023
354 stars

bukkit-command · A modern application that can dynamically and easily deliver Minecraft oriented software

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

Latest Version

Choose a version of eu.cloudnetservice.cloudnet : bukkit-command 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 : bukkit-command to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>eu.cloudnetservice.cloudnet</groupId>
    <artifactId>bukkit-command</artifactId>
    <version>4.0.0-RC9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'eu.cloudnetservice.cloudnet:bukkit-command:4.0.0-RC9'

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

implementation("eu.cloudnetservice.cloudnet:bukkit-command:4.0.0-RC9")

How to add a dependency to SBT Scala

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

libraryDependencies += "eu.cloudnetservice.cloudnet" % "bukkit-command" % "4.0.0-RC9"

Advertisement