dataconverter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.hollowcube</groupId> <artifactId>dataconverter</artifactId> <version>1.21.4-rv1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>dev.hollowcube</groupId> <artifactId>dataconverter</artifactId> <version>1.21.4-rv1</version> <name>dataconverter</name> <description>Standalone Minecraft data fixes based on Paper DFU rewrite.</description> <url>https://github.com/hollow-cube/dataconverter</url> <licenses> <license> <name>GPL-3.0</name> <url>https://github.com/hollow-cube/dataconverter/blob/main/LICENSE</url> </license> </licenses> <developers> <developer> <id>mworzala</id> <name>Matt Worzala</name> <email>matt@hollowcube.dev</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/hollow-cube/dataconverter.git</connection> <developerConnection>scm:git:git@github.com:hollow-cube/dataconverter.git</developerConnection> <tag>1.21.4-rv1</tag> <url>https://github.com/hollow-cube/dataconverter</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/hollow-cube/dataconverter/issues</url> </issueManagement> <ciManagement> <system>Github Actions</system> <url>https://github.com/hollow-cube/dataconverter/actions</url> </ciManagement> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.13</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>it.unimi.dsi</groupId> <artifactId>fastutil</artifactId> <version>8.5.12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.kyori</groupId> <artifactId>adventure-api</artifactId> <version>4.16.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.kyori</groupId> <artifactId>adventure-text-serializer-gson</artifactId> <version>4.16.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.kyori</groupId> <artifactId>adventure-nbt</artifactId> <version>4.16.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>