MVN

com.github.triplet.gradle : android-publisher

Maven & Gradle

Jun 29, 2023
1 usages
4k stars

Google Play Publisher · 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.

<dependency>
    <groupId>com.github.triplet.gradle</groupId>
    <artifactId>android-publisher</artifactId>
    <version>3.8.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.triplet.gradle : android-publisher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.8.4

All Versions

Choose a version of com.github.triplet.gradle : android-publisher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.8.x
android-publisher-3.8.4
android-publisher-3.8.3
android-publisher-3.8.2
android-publisher-3.8.1
android-publisher-3.8.0
3.7.x
android-publisher-3.7.0-agp4.2
android-publisher-3.7.0
3.6.x
android-publisher-3.6.0-agp4.2
android-publisher-3.6.0
3.5.x
android-publisher-3.5.0-agp7.0
android-publisher-3.5.0
3.4.x
android-publisher-3.4.0-agp7.0
android-publisher-3.4.0-agp4.2
android-publisher-3.4.0
3.3.x
android-publisher-3.3.0-agp4.2
android-publisher-3.3.0
3.2.x
android-publisher-3.2.0-agp4.2-2
android-publisher-3.2.0-agp4.2
android-publisher-3.2.0
3.1.x
android-publisher-3.1.0-agp4.2-2
android-publisher-3.1.0-agp4.2
android-publisher-3.1.0
3.0.x
android-publisher-3.0.0
2.8.x
android-publisher-2.8.1
android-publisher-2.8.0
0.0.x
android-publisher-0.0.10
android-publisher-0.0.0

How to add a dependency to Maven

Add the following com.github.triplet.gradle : android-publisher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.triplet.gradle</groupId>
    <artifactId>android-publisher</artifactId>
    <version>3.8.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.triplet.gradle : android-publisher gradle dependency to your build.gradle file:

implementation 'com.github.triplet.gradle:android-publisher:3.8.4'

Gradle Kotlin DSL: Add the following com.github.triplet.gradle : android-publisher gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.triplet.gradle:android-publisher:3.8.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.triplet.gradle : android-publisher sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.triplet.gradle" % "android-publisher" % "3.8.4"

Advertisement