MVN

dev.jorel : commandapi-plugin

Maven & Gradle

Mar 14, 2023
391 stars
<dependency>
    <groupId>dev.jorel</groupId>
    <artifactId>commandapi-plugin</artifactId>
    <version>8.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.jorel : commandapi-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.8.0

All Versions

Choose a version of dev.jorel : commandapi-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.8.x
commandapi-plugin-8.8.0
8.7.x
commandapi-plugin-8.7.6
commandapi-plugin-8.7.5
commandapi-plugin-8.7.4
commandapi-plugin-8.7.3
commandapi-plugin-8.7.2
commandapi-plugin-8.7.1
commandapi-plugin-8.7.0
8.6.x
commandapi-plugin-8.6.0
8.5.x
commandapi-plugin-8.5.1
commandapi-plugin-8.5.0
8.4.x
commandapi-plugin-8.4.1
commandapi-plugin-8.4.0
8.3.x
commandapi-plugin-8.3.1
commandapi-plugin-8.3.0
8.2.x
commandapi-plugin-8.2.1
commandapi-plugin-8.2.0
8.1.x
commandapi-plugin-8.1.0
8.0.x
commandapi-plugin-8.0.0
7.0.x
commandapi-plugin-7.0.0

How to add a dependency to Maven

Add the following dev.jorel : commandapi-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.jorel</groupId>
    <artifactId>commandapi-plugin</artifactId>
    <version>8.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.jorel : commandapi-plugin gradle dependency to your build.gradle file:

implementation 'dev.jorel:commandapi-plugin:8.8.0'

Gradle Kotlin DSL: Add the following dev.jorel : commandapi-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.jorel:commandapi-plugin:8.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.jorel : commandapi-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.jorel" % "commandapi-plugin" % "8.8.0"

Advertisement