mcmod-info
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.spongepowered.plugin-meta</groupId> <artifactId>mcmod-info</artifactId> <version>0.8.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>org.spongepowered.plugin-meta</groupId> <artifactId>mcmod-info</artifactId> <version>0.8.2</version> <name>mcmod-info</name> <description>A mcmod.info implementation for the plugin metadata API</description> <url>https://github.com/SpongePowered/plugin-meta</url> <organization> <name>SpongePowered</name> <url>https://spongepowered.org/</url> </organization> <licenses> <license> <name>The MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <name>SpongePowered Team</name> <email>staff@spongepowered.org</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/SpongePowered/plugin-meta.git</connection> <developerConnection>scm:git:ssh://git@github.com/SpongePowered/plugin-meta.git</developerConnection> <url>https://github.com/SpongePowered/plugin-meta</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/SpongePowered/plugin-meta/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/SpongePowered/plugin-meta/actions</url> </ciManagement> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.checkerframework</groupId> <artifactId>checker-qual</artifactId> <version>3.26.0</version> <scope>compile</scope> </dependency> </dependencies> </project>