| License |
License |
|---|---|
| GroupId | GroupIddev.jorel |
| ArtifactId | ArtifactIdcommandapi-plugin |
| Last Version | Last Version8.4.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA Bukkit/Spigot API for the command UI introduced in Minecraft 1.13
|
| Filename | Size |
|---|---|
| commandapi-plugin-8.4.1.pom | |
| commandapi-plugin-8.4.1.jar | 280 KB |
| commandapi-plugin-8.4.1-sources.jar | 10 KB |
| commandapi-plugin-8.4.1-javadoc.jar | 130 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.jorel/commandapi-plugin/ -->
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi-plugin</artifactId>
<version>8.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.jorel/commandapi-plugin/
implementation 'dev.jorel:commandapi-plugin:8.4.1'
// https://jarcasting.com/artifacts/dev.jorel/commandapi-plugin/
implementation ("dev.jorel:commandapi-plugin:8.4.1")
'dev.jorel:commandapi-plugin:jar:8.4.1'
<dependency org="dev.jorel" name="commandapi-plugin" rev="8.4.1">
<artifact name="commandapi-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.jorel', module='commandapi-plugin', version='8.4.1')
)
libraryDependencies += "dev.jorel" % "commandapi-plugin" % "8.4.1"
[dev.jorel/commandapi-plugin "8.4.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| dev.jorel : commandapi-nms-dependency | pom | 8.4.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.spigotmc » spigot-api | jar | 1.19-R0.1-SNAPSHOT |