io.github.isseikz.buildnotify.gradle.plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.isseikz.buildnotify</groupId>
<artifactId>io.github.isseikz.buildnotify.gradle.plugin</artifactId>
<version>1.0.2</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.isseikz.buildnotify</groupId>
<artifactId>io.github.isseikz.buildnotify.gradle.plugin</artifactId>
<version>1.0.2</version>
<packaging>pom</packaging>
<name>Build Notify Gradle Plugin</name>
<description>A Gradle plugin that automatically notifies the APK path after build completion.</description>
<url>https://github.com/isseikz/buildnotify-gradle-plugin</url>
<inceptionYear>2025</inceptionYear>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>isseikz</id>
<name>isseikz</name>
<url>https://github.com/isseikz</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/isseikz/buildnotify-gradle-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/isseikz/buildnotify-gradle-plugin.git</developerConnection>
<url>https://github.com/isseikz/buildnotify-gradle-plugin</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.isseikz</groupId>
<artifactId>buildnotify-gradle-plugin</artifactId>
<version>1.0.2</version>
</dependency>
</dependencies>
</project>