MVN

dev.jorel : commandapi-1.19.3

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 8.8.0

All Versions

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

Version Vulnerabilities Updated
8.8.x
commandapi-1.19.3-8.8.0
8.7.x
commandapi-1.19.3-8.7.6
commandapi-1.19.3-8.7.5
commandapi-1.19.3-8.7.4
commandapi-1.19.3-8.7.3
commandapi-1.19.3-8.7.2
commandapi-1.19.3-8.7.1
commandapi-1.19.3-8.7.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement