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