squaremap-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>xyz.jpenilla</groupId> <artifactId>squaremap-api</artifactId> <version>1.3.6</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>xyz.jpenilla</groupId> <artifactId>squaremap-api</artifactId> <version>1.3.6</version> <name>squaremap-api</name> <description>API for extending squaremap, a minimalistic and lightweight world map viewer for Minecraft servers</description> <url>https://github.com/jpenilla/squaremap</url> <licenses> <license> <name>The MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>jmp</id> <name>Jason Penilla</name> <timezone>America/Phoenix</timezone> </developer> </developers> <scm> <connection>scm:git:https://github.com/jpenilla/squaremap.git</connection> <developerConnection>scm:git:ssh://git@github.com/jpenilla/squaremap.git</developerConnection> <url>https://github.com/jpenilla/squaremap</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/jpenilla/squaremap/issues</url> </issueManagement> <ciManagement /> <dependencyManagement> <dependencies> <dependency> <groupId>net.kyori</groupId> <artifactId>adventure-bom</artifactId> <version>4.21.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.checkerframework</groupId> <artifactId>checker-qual</artifactId> <version>3.49.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.kyori</groupId> <artifactId>adventure-api</artifactId> <scope>compile</scope> </dependency> </dependencies> </project>