MVN

com.zp4rker : bukkot

Maven & Gradle

May 11, 2021
0 stars

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

<dependency>
    <groupId>com.zp4rker</groupId>
    <artifactId>bukkot</artifactId>
    <version>1.1.0-k1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zp4rker : bukkot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0-k1.5.0

All Versions

Choose a version of com.zp4rker : bukkot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
bukkot-1.4.20.2-release
bukkot-1.4.20.1-release
1.1.x
bukkot-1.1.0-k1.5.0
1.0.x
bukkot-1.0.0-k1.5.0

How to add a dependency to Maven

Add the following com.zp4rker : bukkot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zp4rker</groupId>
    <artifactId>bukkot</artifactId>
    <version>1.1.0-k1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zp4rker : bukkot gradle dependency to your build.gradle file:

implementation 'com.zp4rker:bukkot:1.1.0-k1.5.0'

Gradle Kotlin DSL: Add the following com.zp4rker : bukkot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zp4rker:bukkot:1.1.0-k1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zp4rker : bukkot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zp4rker" % "bukkot" % "1.1.0-k1.5.0"

Advertisement