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