MVN

com.github.kulik : publish-apk

Maven & Gradle

Sep 08, 2015

Publisher Gradle Plugin · Gradle Plugin to upload release APKs to the sftp/ssh server

<dependency>
    <groupId>com.github.kulik</groupId>
    <artifactId>publish-apk</artifactId>
    <version>1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kulik : publish-apk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of com.github.kulik : publish-apk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5
publish-apk-1.5

How to add a dependency to Maven

Add the following com.github.kulik : publish-apk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.kulik</groupId>
    <artifactId>publish-apk</artifactId>
    <version>1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kulik : publish-apk gradle dependency to your build.gradle file:

implementation 'com.github.kulik:publish-apk:1.5'

Gradle Kotlin DSL: Add the following com.github.kulik : publish-apk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kulik:publish-apk:1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kulik : publish-apk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kulik" % "publish-apk" % "1.5"