MVN

dev.jorel : commandapi-plugin-test

Maven & Gradle

Dec 04, 2022
391 stars
<dependency>
    <groupId>dev.jorel</groupId>
    <artifactId>commandapi-plugin-test</artifactId>
    <version>8.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 8.6.0

All Versions

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

Version Vulnerabilities Updated
8.6.x
commandapi-plugin-test-8.6.0
8.5.x
commandapi-plugin-test-8.5.1
commandapi-plugin-test-8.5.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'dev.jorel:commandapi-plugin-test:8.6.0'

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

implementation("dev.jorel:commandapi-plugin-test:8.6.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "dev.jorel" % "commandapi-plugin-test" % "8.6.0"