License |
License |
---|---|
GroupId | GroupIddev.jorel |
ArtifactId | ArtifactIdcommandapi |
Version | Version7.0.0 |
Type | Typepom |
Description |
Descriptioncommandapi
A Bukkit/Spigot API for the command UI introduced in Minecraft 1.13
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commandapi-7.0.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.jorel/commandapi/ -->
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi</artifactId>
<version>7.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.jorel/commandapi/
implementation 'dev.jorel:commandapi:7.0.0'
// https://jarcasting.com/artifacts/dev.jorel/commandapi/
implementation ("dev.jorel:commandapi:7.0.0")
'dev.jorel:commandapi:pom:7.0.0'
<dependency org="dev.jorel" name="commandapi" rev="7.0.0">
<artifact name="commandapi" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.jorel', module='commandapi', version='7.0.0')
)
libraryDependencies += "dev.jorel" % "commandapi" % "7.0.0"
[dev.jorel/commandapi "7.0.0"]