MVN

com.github.shynixn.structureblocklib : structureblocklib-bukkit-sample

Maven & Gradle

Jun 09, 2023
54 stars

StructureBlockLib · StructureBlockLib is a bukkit implementation for handling structures on spigot server.

<dependency>
    <groupId>com.github.shynixn.structureblocklib</groupId>
    <artifactId>structureblocklib-bukkit-sample</artifactId>
    <version>2.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.shynixn.structureblocklib : structureblocklib-bukkit-sample to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.11.0

All Versions

Choose a version of com.github.shynixn.structureblocklib : structureblocklib-bukkit-sample to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.11.x
structureblocklib-bukkit-sample-2.11.0
2.10.x
structureblocklib-bukkit-sample-2.10.0
2.9.x
structureblocklib-bukkit-sample-2.9.0
2.8.x
structureblocklib-bukkit-sample-2.8.0
2.7.x
structureblocklib-bukkit-sample-2.7.0
2.6.x
structureblocklib-bukkit-sample-2.6.0
2.5.x
structureblocklib-bukkit-sample-2.5.0
2.4.x
structureblocklib-bukkit-sample-2.4.0
2.3.x
structureblocklib-bukkit-sample-2.3.0
2.2.x
structureblocklib-bukkit-sample-2.2.2
structureblocklib-bukkit-sample-2.2.1
structureblocklib-bukkit-sample-2.2.0
2.1.x
structureblocklib-bukkit-sample-2.1.0
2.0.x
structureblocklib-bukkit-sample-2.0.0
1.13.x
structureblocklib-bukkit-sample-1.13.0
1.12.x
structureblocklib-bukkit-sample-1.12.0
1.11.x
structureblocklib-bukkit-sample-1.11.0
1.10.x
structureblocklib-bukkit-sample-1.10.0
1.9.x
structureblocklib-bukkit-sample-1.9.0

How to add a dependency to Maven

Add the following com.github.shynixn.structureblocklib : structureblocklib-bukkit-sample maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.shynixn.structureblocklib</groupId>
    <artifactId>structureblocklib-bukkit-sample</artifactId>
    <version>2.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.shynixn.structureblocklib : structureblocklib-bukkit-sample gradle dependency to your build.gradle file:

implementation 'com.github.shynixn.structureblocklib:structureblocklib-bukkit-sample:2.11.0'

Gradle Kotlin DSL: Add the following com.github.shynixn.structureblocklib : structureblocklib-bukkit-sample gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.shynixn.structureblocklib:structureblocklib-bukkit-sample:2.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.shynixn.structureblocklib : structureblocklib-bukkit-sample sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.shynixn.structureblocklib" % "structureblocklib-bukkit-sample" % "2.11.0"