is not current version
Last Version 1.4.20.2-release

com.zp4rker:bukkot 1.0.0-k1.5.0

Kotlin meets Bukkit. Kotlin packaged into a plugin, as well as some added features using Kotlin.

GroupId

GroupId

com.zp4rker
ArtifactId

ArtifactId

bukkot
Version

Version

1.0.0-k1.5.0
Type

Type

jar

Download bukkot 1.0.0-k1.5.0


<!-- https://jarcasting.com/artifacts/com.zp4rker/bukkot/ -->
<dependency>
    <groupId>com.zp4rker</groupId>
    <artifactId>bukkot</artifactId>
    <version>1.0.0-k1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zp4rker/bukkot/
implementation 'com.zp4rker:bukkot:1.0.0-k1.5.0'
// https://jarcasting.com/artifacts/com.zp4rker/bukkot/
implementation ("com.zp4rker:bukkot:1.0.0-k1.5.0")
'com.zp4rker:bukkot:jar:1.0.0-k1.5.0'
<dependency org="com.zp4rker" name="bukkot" rev="1.0.0-k1.5.0">
  <artifact name="bukkot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zp4rker', module='bukkot', version='1.0.0-k1.5.0')
)
libraryDependencies += "com.zp4rker" % "bukkot" % "1.0.0-k1.5.0"
[com.zp4rker/bukkot "1.0.0-k1.5.0"]