MVN

com.nicewuerfel : blockown

Maven & Gradle

Aug 26, 2016

BlockOwn is a Bukkit (Minecraft) server plugin and controls ownership of blocks on servers.

<dependency>
    <groupId>com.nicewuerfel</groupId>
    <artifactId>blockown</artifactId>
    <version>5.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nicewuerfel : blockown to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4.6

All Versions

Choose a version of com.nicewuerfel : blockown to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.4.x
blockown-5.4.6
blockown-5.4.5
blockown-5.4.4
blockown-5.4.3
blockown-5.4.2
blockown-5.4.1
5.4
blockown-5.4
5.3.x
blockown-5.3.2
blockown-5.3.1
5.3
blockown-5.3
5.0.x
blockown-5.0.1
5.0
blockown-5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nicewuerfel</groupId>
    <artifactId>blockown</artifactId>
    <version>5.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nicewuerfel : blockown gradle dependency to your build.gradle file:

implementation 'com.nicewuerfel:blockown:5.4.6'

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

implementation("com.nicewuerfel:blockown:5.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nicewuerfel : blockown sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nicewuerfel" % "blockown" % "5.4.6"