nbt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.dewy</groupId>
<artifactId>nbt</artifactId>
<version>1.5.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>dev.dewy</groupId>
<artifactId>nbt</artifactId>
<version>1.5.1</version>
<name>nbt</name>
<description>Flexible and intuitive library for reading and writing Minecraft's NBT format, with emphasis on custom tags.</description>
<url>https://github.com/iBuyMountainDew/nbt</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/iBuyMountainDew/nbt/blob/main/LICENSE.md</url>
</license>
</licenses>
<developers>
<developer>
<id>dewy</id>
<name>Dewy REDACTED</name>
<email>dewy@dewy.dev</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/iBuyMountainDew/nbt.git</connection>
<developerConnection>scm:git:ssh://github.com/iBuyMountainDew/nbt.git</developerConnection>
<url>https://github.com/iBuyMountainDew/nbt</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.8</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>