io.github.codandotv.popcorngp.gradle.plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.codandotv.popcorngp</groupId> <artifactId>io.github.codandotv.popcorngp.gradle.plugin</artifactId> <version>2.0.5</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>io.github.codandotv.popcorngp</groupId> <artifactId>io.github.codandotv.popcorngp.gradle.plugin</artifactId> <version>2.0.5</version> <packaging>pom</packaging> <name>popcornguineapig</name> <description>popcornguineapig</description> <url>https://github.com/CodandoTV/popcorn-guineapig/</url> <inceptionYear>2024</inceptionYear> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/license/mit</url> </license> <license> <name>MIT License</name> <url>https://opensource.org/license/mit</url> </license> </licenses> <developers> <developer> <id>CodandoTV</id> <name>CodandoTV</name> <email>codando.tv@gmail.com</email> <url>https://github.com/CodandoTV/</url> </developer> <developer> <id>CodandoTV</id> <name>CodandoTV</name> <email>codando.tv@gmail.com</email> </developer> </developers> <scm> <connection>scm:git@github.com:CodandoTV/popcorn-guineapig.git</connection> <url>https://github.com/CodandoTV/CraftD.git</url> </scm> <dependencies> <dependency> <groupId>io.github.codandotv</groupId> <artifactId>popcornguineapig</artifactId> <version>2.0.5</version> </dependency> </dependencies> </project>