MVN

org.cloudburstmc : nbt

Maven & Gradle

Jul 28, 2023
18 stars

NBT · A library for reading and writing NBT data.

<dependency>
    <groupId>org.cloudburstmc</groupId>
    <artifactId>nbt</artifactId>
    <version>3.0.2.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cloudburstmc : nbt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2.Final

All Versions

Choose a version of org.cloudburstmc : nbt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
nbt-3.0.2.Final
nbt-3.0.1.Final
nbt-3.0.0.Final

How to add a dependency to Maven

Add the following org.cloudburstmc : nbt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cloudburstmc</groupId>
    <artifactId>nbt</artifactId>
    <version>3.0.2.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cloudburstmc : nbt gradle dependency to your build.gradle file:

implementation 'org.cloudburstmc:nbt:3.0.2.Final'

Gradle Kotlin DSL: Add the following org.cloudburstmc : nbt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cloudburstmc:nbt:3.0.2.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cloudburstmc : nbt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cloudburstmc" % "nbt" % "3.0.2.Final"

Advertisement