| License |
License |
|---|---|
| GroupId | GroupIdme.lucko |
| ArtifactId | ArtifactIdcommodore |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommodore
Utility for using Minecraft's 1.13 'brigadier' library in Bukkit plugins.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commodore-2.0.pom | |
| commodore-2.0.jar | 29 KB |
| commodore-2.0-sources.jar | 19 KB |
| commodore-2.0-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.lucko/commodore/ -->
<dependency>
<groupId>me.lucko</groupId>
<artifactId>commodore</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.lucko/commodore/
implementation 'me.lucko:commodore:2.0'
// https://jarcasting.com/artifacts/me.lucko/commodore/
implementation ("me.lucko:commodore:2.0")
'me.lucko:commodore:jar:2.0'
<dependency org="me.lucko" name="commodore" rev="2.0">
<artifact name="commodore" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lucko', module='commodore', version='2.0')
)
libraryDependencies += "me.lucko" % "commodore" % "2.0"
[me.lucko/commodore "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| me.lucko : commodore-file | jar | 1.0 |
| com.mojang » brigadier | jar | 1.0.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.bukkit » bukkit | jar | 1.15.2-R0.1-SNAPSHOT |