io.github.bgmsound.documentify.gradle.plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.bgmsound.documentify</groupId> <artifactId>io.github.bgmsound.documentify.gradle.plugin</artifactId> <version>1.2.1</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.bgmsound.documentify</groupId> <artifactId>io.github.bgmsound.documentify.gradle.plugin</artifactId> <version>1.2.1</version> <packaging>pom</packaging> <name>documentify</name> <description>Documentify is a tool to generate API documentation from source code.</description> <url>https://github.com/BGMSound/documentify</url> <inceptionYear>2025</inceptionYear> <licenses> <license> <name>Apache License v2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>https://github.com/BGMSound/documentify</distribution> </license> </licenses> <developers> <developer> <id>BGMSound</id> <name>Gyumin Bae</name> <email>bgmsound0528@gmail.com</email> <url>https://github.com/BGMSound</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/BGMSound</connection> <developerConnection>scm:git:ssh://git@github.com/BGMSound</developerConnection> <url>https://github.com/BGMSound/documentify.git</url> </scm> <dependencies> <dependency> <groupId>io.github.bgmsound</groupId> <artifactId>documentify.gradle.plugin</artifactId> <version>1.2.1</version> </dependency> </dependencies> </project>