GroupId | GroupIdcom.github.siroshun09.mccommand |
---|---|
ArtifactId | ArtifactIdbukkit |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
bukkit-2.2.1.pom | |
bukkit-2.2.1.jar | 13 KB |
bukkit-2.2.1-sources.jar | 12 KB |
bukkit-2.2.1-javadoc.jar | 454 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/bukkit/ -->
<dependency>
<groupId>com.github.siroshun09.mccommand</groupId>
<artifactId>bukkit</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/bukkit/
implementation 'com.github.siroshun09.mccommand:bukkit:2.2.1'
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/bukkit/
implementation ("com.github.siroshun09.mccommand:bukkit:2.2.1")
'com.github.siroshun09.mccommand:bukkit:jar:2.2.1'
<dependency org="com.github.siroshun09.mccommand" name="bukkit" rev="2.2.1">
<artifact name="bukkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siroshun09.mccommand', module='bukkit', version='2.2.1')
)
libraryDependencies += "com.github.siroshun09.mccommand" % "bukkit" % "2.2.1"
[com.github.siroshun09.mccommand/bukkit "2.2.1"]