play-publisher
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.triplet.gradle</groupId> <artifactId>play-publisher</artifactId> <version>3.12.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>com.github.triplet.gradle</groupId> <artifactId>play-publisher</artifactId> <version>3.12.1</version> <name>Google Play Publisher</name> <description>Gradle Play Publisher is a plugin that allows you to upload your App Bundle or APK and other app details to the Google Play Store.</description> <url>https://github.com/Triple-T/gradle-play-publisher</url> <licenses> <license> <name>The MIT License (MIT)</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>SUPERCILEX</id> <name>Alex Saveau</name> <email>saveau.alexandre@gmail.com</email> <roles> <role>Owner</role> </roles> <timezone>-8</timezone> </developer> </developers> <scm> <connection>scm:git@github.com:Triple-T/gradle-play-publisher.git</connection> <developerConnection>scm:git@github.com:Triple-T/gradle-play-publisher.git</developerConnection> <url>https://github.com/Triple-T/gradle-play-publisher</url> </scm> <dependencies> <dependency> <groupId>com.github.triplet.gradle</groupId> <artifactId>android-publisher</artifactId> <version>3.12.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.triplet.gradle</groupId> <artifactId>common-utils</artifactId> <version>3.12.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.triplet.gradle</groupId> <artifactId>common-validation</artifactId> <version>3.12.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.1.3-jre</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.http-client</groupId> <artifactId>google-http-client-gson</artifactId> <version>1.43.3</version> <scope>runtime</scope> </dependency> </dependencies> </project>