GroupId | GroupIdcom.github.siroshun09.mccommand |
---|---|
ArtifactId | ArtifactIdbukkit |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
bukkit-2.2.0.pom | |
bukkit-2.2.0.jar | 13 KB |
bukkit-2.2.0-sources.jar | 12 KB |
bukkit-2.2.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>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/bukkit/
implementation 'com.github.siroshun09.mccommand:bukkit:2.2.0'
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/bukkit/
implementation ("com.github.siroshun09.mccommand:bukkit:2.2.0")
'com.github.siroshun09.mccommand:bukkit:jar:2.2.0'
<dependency org="com.github.siroshun09.mccommand" name="bukkit" rev="2.2.0">
<artifact name="bukkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siroshun09.mccommand', module='bukkit', version='2.2.0')
)
libraryDependencies += "com.github.siroshun09.mccommand" % "bukkit" % "2.2.0"
[com.github.siroshun09.mccommand/bukkit "2.2.0"]