org.groovymc.modsdotgroovy.gradle.plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.groovymc.modsdotgroovy</groupId> <artifactId>org.groovymc.modsdotgroovy.gradle.plugin</artifactId> <version>2.0.0-beta.32</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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.groovymc.modsdotgroovy</groupId> <artifactId>org.groovymc.modsdotgroovy.gradle.plugin</artifactId> <version>2.0.0-beta.32</version> <packaging>pom</packaging> <name>ModsDotGroovy</name> <description>A Gradle plugin for creation of mods metadata file from a groovy file</description> <url>https://github.com/ModsDotGroovy/GroovyMC</url> <licenses> <license> <name>MIT</name> <url>https://spdx.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>groovymc</id> <name>GroovyMC</name> <email>holdings@groovymc.org</email> <url>https://github.com/GroovyMC/</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/ModsDotGroovy/GroovyMC.git</connection> <developerConnection>scm:git:git@github.com:ModsDotGroovy/GroovyMC.git</developerConnection> <url>https://github.com/ModsDotGroovy/GroovyMC</url> </scm> <issueManagement> <system>github</system> <url>https://github.com/ModsDotGroovy/GroovyMC/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.groovymc.modsdotgroovy</groupId> <artifactId>gradle-plugin</artifactId> <version>2.0.0-beta.32</version> </dependency> </dependencies> </project>