| License | 
                License | 
        
|---|---|
| GroupId | GroupIddev.jorel | 
    
| ArtifactId | ArtifactIdcommandapi-annotations | 
    
| 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 
         | 
    
<!-- https://jarcasting.com/artifacts/dev.jorel/commandapi-annotations/ -->
<dependency>
    <groupId>dev.jorel</groupId>
    <artifactId>commandapi-annotations</artifactId>
    <version>8.4.1</version>
</dependency>
                // https://jarcasting.com/artifacts/dev.jorel/commandapi-annotations/
implementation 'dev.jorel:commandapi-annotations:8.4.1'
                // https://jarcasting.com/artifacts/dev.jorel/commandapi-annotations/
implementation ("dev.jorel:commandapi-annotations:8.4.1")
                'dev.jorel:commandapi-annotations:jar:8.4.1'
                <dependency org="dev.jorel" name="commandapi-annotations" rev="8.4.1">
  <artifact name="commandapi-annotations" type="jar" />
</dependency>
                @Grapes(
@Grab(group='dev.jorel', module='commandapi-annotations', version='8.4.1')
)
                libraryDependencies += "dev.jorel" % "commandapi-annotations" % "8.4.1"
                [dev.jorel/commandapi-annotations "8.4.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| dev.jorel : commandapi-core | jar | 8.4.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.auto.service : auto-service | jar | 1.0.1 | 
| org.spigotmc » spigot-api | jar | 1.19-R0.1-SNAPSHOT |