FastAsyncVoxelSniper
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.fastasyncvoxelsniper</groupId> <artifactId>FastAsyncVoxelSniper</artifactId> <version>2.3.2</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>com.fastasyncvoxelsniper</groupId> <artifactId>FastAsyncVoxelSniper</artifactId> <version>2.3.2</version> <name>FastAsyncVoxelSniper 2.3.2</name> <description>FastAsyncVoxelSniper API for Minecraft world editing from ingame using 3D brushes</description> <url>https://github.com/IntellectualSites/FastAsyncVoxelSniper</url> <licenses> <license> <name>Creative Commons Public License</name> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>NotMyFault</id> <name>Alexander Brandes</name> <email>contact@notmyfault.dev</email> <organization>IntellectualSites</organization> </developer> <developer> <id>Aurelien30000</id> <name>Aurelien30000</name> <organization>IntellectualSites</organization> </developer> </developers> <scm> <connection>scm:https://IntellectualSites@github.com/IntellectualSites/FastAsyncVoxelSniper.git</connection> <developerConnection>scm:git://github.com/IntellectualSites/FastAsyncVoxelSniper.git</developerConnection> <url>https://github.com/IntellectualSites/FastAsyncVoxelSniper</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/IntellectualSites/FastAsyncVoxelSniper/issues</url> </issueManagement> <dependencyManagement> <dependencies> <dependency> <groupId>com.intellectualsites.bom</groupId> <artifactId>bom-newest</artifactId> <version>1.5</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>dev.notmyfault.serverlib</groupId> <artifactId>ServerLib</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.bstats</groupId> <artifactId>bstats-base</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.bstats</groupId> <artifactId>bstats-bukkit</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.papermc</groupId> <artifactId>paperlib</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.intellectualsites.paster</groupId> <artifactId>Paster</artifactId> <scope>runtime</scope> </dependency> </dependencies> </project>