| License | 
                License | 
        
|---|---|
| GroupId | GroupIddev.jorel | 
    
| ArtifactId | ArtifactIdcommandapi | 
    
| Last Version | Last Version8.4.1 | 
        
| Release Date | Release Date | 
        
| 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-8.4.1.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/dev.jorel/commandapi/ -->
<dependency>
    <groupId>dev.jorel</groupId>
    <artifactId>commandapi</artifactId>
    <version>8.4.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/dev.jorel/commandapi/
implementation 'dev.jorel:commandapi:8.4.1'
                // https://jarcasting.com/artifacts/dev.jorel/commandapi/
implementation ("dev.jorel:commandapi:8.4.1")
                'dev.jorel:commandapi:pom:8.4.1'
                <dependency org="dev.jorel" name="commandapi" rev="8.4.1">
  <artifact name="commandapi" type="pom" />
</dependency>
                @Grapes(
@Grab(group='dev.jorel', module='commandapi', version='8.4.1')
)
                libraryDependencies += "dev.jorel" % "commandapi" % "8.4.1"
                [dev.jorel/commandapi "8.4.1"]