fastnbt_nms_v1_20_4
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>beer.devs</groupId> <artifactId>fastnbt_nms_v1_20_4</artifactId> <version>1.4.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>fastnbt_nms_v1_20_4</artifactId> <packaging>jar</packaging> <parent> <artifactId>FastNbt</artifactId> <groupId>beer.devs</groupId> <version>1.4.3</version> </parent> <properties> <maven.compiler.source>17</maven.compiler.source> <maven.compiler.target>17</maven.compiler.target> </properties> <build> <plugins> <plugin> <groupId>ca.bkaw</groupId> <artifactId>paper-nms-maven-plugin</artifactId> <version>${paper-nms-maven-plugin-version}</version> <executions> <execution> <phase>process-classes</phase> <goals> <goal>remap</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>ca.bkaw</groupId> <artifactId>paper-nms</artifactId> <version>1.20.4-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>beer.devs</groupId> <artifactId>FastNbt-core</artifactId> <version>1.4.3</version> <scope>provided</scope> </dependency> </dependencies> </project>