License |
License |
---|---|
GroupId | GroupIdme.lucko |
ArtifactId | ArtifactIdcommodore |
Version | Version1.13 |
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-1.13.pom | |
commodore-1.13.jar | 22 KB |
commodore-1.13-sources.jar | 18 KB |
commodore-1.13-javadoc.jar | 427 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.lucko/commodore/ -->
<dependency>
<groupId>me.lucko</groupId>
<artifactId>commodore</artifactId>
<version>1.13</version>
</dependency>
// https://jarcasting.com/artifacts/me.lucko/commodore/
implementation 'me.lucko:commodore:1.13'
// https://jarcasting.com/artifacts/me.lucko/commodore/
implementation ("me.lucko:commodore:1.13")
'me.lucko:commodore:jar:1.13'
<dependency org="me.lucko" name="commodore" rev="1.13">
<artifact name="commodore" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lucko', module='commodore', version='1.13')
)
libraryDependencies += "me.lucko" % "commodore" % "1.13"
[me.lucko/commodore "1.13"]
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 |