MVN

com.github.shynixn : petblocks

Maven & Gradle

Dec 04, 2021
69 stars

PetBlocks · Spigot plugin to use blocks as pets in minecraft.

<dependency>
    <groupId>com.github.shynixn</groupId>
    <artifactId>petblocks</artifactId>
    <version>petblocks-tools</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: petblocks-tools

All Versions

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

Version Vulnerabilities Updated
6.1.x
petblocks-6.1.0
6.0.x
petblocks-6.0.2
petblocks-6.0.1
petblocks-6.0.0
5.7.x
petblocks-5.7.0
petblocks
petblocks-petblocks-tools
petblocks-petblocks-sponge-plugin
petblocks-petblocks-sponge-api
petblocks-petblocks-core
petblocks-petblocks-bukkit-plugin
petblocks-petblocks-bukkit-nms-118R1
petblocks-petblocks-bukkit-nms-117R1
petblocks-petblocks-bukkit-nms-116R3
petblocks-petblocks-bukkit-nms-115R1
petblocks-petblocks-bukkit-nms-114R1
petblocks-petblocks-bukkit-nms-113R2
petblocks-petblocks-bukkit-nms-112R1
petblocks-petblocks-bukkit-nms-111R1
petblocks-petblocks-bukkit-nms-110R1
petblocks-petblocks-bukkit-nms-109R2
petblocks-petblocks-bukkit-nms-108R3
petblocks-petblocks-bukkit-api
petblocks-petblocks-api
petblocks-petblocks-bukkit-nms-116R2
petblocks-petblocks-bukkit-nms-116R1
petblocks-petblocks-bukkit-nms-113R1
petblocks-petblocks-bukkit-nms-109R1
petblocks-petblocks-bukkit-nms-108R2
petblocks-petblocks-bukkit-nms-108R1
petblocks-petblocks-bukkit-lib
root
petblocks-root

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.shynixn</groupId>
    <artifactId>petblocks</artifactId>
    <version>petblocks-tools</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.shynixn : petblocks gradle dependency to your build.gradle file:

implementation 'com.github.shynixn:petblocks:petblocks-tools'

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

implementation("com.github.shynixn:petblocks:petblocks-tools")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.shynixn : petblocks sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.shynixn" % "petblocks" % "petblocks-tools"