MVN

com.github.shynixn.petblocks : petblocks-bukkit-nms-112R1

Maven & Gradle

Dec 04, 2021
1 usages
69 stars

PetBlocks · PetBlocks is a spigot and also a sponge plugin to use blocks and custom heads as pets in Minecraft.

<dependency>
    <groupId>com.github.shynixn.petblocks</groupId>
    <artifactId>petblocks-bukkit-nms-112R1</artifactId>
    <version>8.29.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.shynixn.petblocks : petblocks-bukkit-nms-112R1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.29.0

All Versions

Choose a version of com.github.shynixn.petblocks : petblocks-bukkit-nms-112R1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.29.x
petblocks-bukkit-nms-112R1-8.29.0
8.28.x
petblocks-bukkit-nms-112R1-8.28.3
petblocks-bukkit-nms-112R1-8.28.2
petblocks-bukkit-nms-112R1-8.28.1
petblocks-bukkit-nms-112R1-8.28.0
8.27.x
petblocks-bukkit-nms-112R1-8.27.1
petblocks-bukkit-nms-112R1-8.27.0
8.26.x
petblocks-bukkit-nms-112R1-8.26.3
petblocks-bukkit-nms-112R1-8.26.2
petblocks-bukkit-nms-112R1-8.26.1
petblocks-bukkit-nms-112R1-8.26.0
8.23.x
petblocks-bukkit-nms-112R1-8.23.0
8.22.x
petblocks-bukkit-nms-112R1-8.22.1
8.21.x
petblocks-bukkit-nms-112R1-8.21.0
8.20.x
petblocks-bukkit-nms-112R1-8.20.0
8.19.x
petblocks-bukkit-nms-112R1-8.19.0
8.18.x
petblocks-bukkit-nms-112R1-8.18.0
8.17.x
petblocks-bukkit-nms-112R1-8.17.1
petblocks-bukkit-nms-112R1-8.17.0
8.16.x
petblocks-bukkit-nms-112R1-8.16.0
8.15.x
petblocks-bukkit-nms-112R1-8.15.0
8.14.x
petblocks-bukkit-nms-112R1-8.14.0
8.13.x
petblocks-bukkit-nms-112R1-8.13.0
8.12.x
petblocks-bukkit-nms-112R1-8.12.0
8.11.x
petblocks-bukkit-nms-112R1-8.11.0
8.10.x
petblocks-bukkit-nms-112R1-8.10.0
8.9.x
petblocks-bukkit-nms-112R1-8.9.0
8.8.x
petblocks-bukkit-nms-112R1-8.8.0
8.7.x
petblocks-bukkit-nms-112R1-8.7.0
8.6.x
petblocks-bukkit-nms-112R1-8.6.0
8.5.x
petblocks-bukkit-nms-112R1-8.5.1
petblocks-bukkit-nms-112R1-8.5.0
8.4.x
petblocks-bukkit-nms-112R1-8.4.0
8.3.x
petblocks-bukkit-nms-112R1-8.3.0
8.2.x
petblocks-bukkit-nms-112R1-8.2.0
8.1.x
petblocks-bukkit-nms-112R1-8.1.0
8.0.x
petblocks-bukkit-nms-112R1-8.0.1
petblocks-bukkit-nms-112R1-8.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.shynixn.petblocks</groupId>
    <artifactId>petblocks-bukkit-nms-112R1</artifactId>
    <version>8.29.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.shynixn.petblocks : petblocks-bukkit-nms-112R1 gradle dependency to your build.gradle file:

implementation 'com.github.shynixn.petblocks:petblocks-bukkit-nms-112R1:8.29.0'

Gradle Kotlin DSL: Add the following com.github.shynixn.petblocks : petblocks-bukkit-nms-112R1 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.shynixn.petblocks:petblocks-bukkit-nms-112R1:8.29.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.shynixn.petblocks : petblocks-bukkit-nms-112R1 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.shynixn.petblocks" % "petblocks-bukkit-nms-112R1" % "8.29.0"