License |
License |
---|---|
GroupId | GroupIdcom.github.siroshun09.mccommand |
ArtifactId | ArtifactIdbukkit |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA library to help implement Bukkit and BungeeCord commands.
|
Filename | Size |
---|---|
bukkit-3.0.0.pom | |
bukkit-3.0.0.jar | 13 KB |
bukkit-3.0.0-sources.jar | 12 KB |
bukkit-3.0.0-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/bukkit/ -->
<dependency>
<groupId>com.github.siroshun09.mccommand</groupId>
<artifactId>bukkit</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/bukkit/
implementation 'com.github.siroshun09.mccommand:bukkit:3.0.0'
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/bukkit/
implementation ("com.github.siroshun09.mccommand:bukkit:3.0.0")
'com.github.siroshun09.mccommand:bukkit:jar:3.0.0'
<dependency org="com.github.siroshun09.mccommand" name="bukkit" rev="3.0.0">
<artifact name="bukkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siroshun09.mccommand', module='bukkit', version='3.0.0')
)
libraryDependencies += "com.github.siroshun09.mccommand" % "bukkit" % "3.0.0"
[com.github.siroshun09.mccommand/bukkit "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
net.kyori : adventure-platform-bukkit | jar | 4.0.0-SNAPSHOT |
com.github.siroshun09.mccommand : common | jar | 3.0.0 |
com.github.siroshun09.adventureextender : adventureextender | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.spigotmc » spigot-api | jar | 1.16.5-R0.1-SNAPSHOT |
org.jetbrains : annotations | jar | 21.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |