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