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