MVN

ch.approppo : signingplugin

Maven & Gradle

Feb 17, 2021

Android Gradle Singing-plugin · A gradle plugin for android builds to read signing information from an external location

<dependency>
    <groupId>ch.approppo</groupId>
    <artifactId>signingplugin</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.approppo : signingplugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of ch.approppo : signingplugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
signingplugin-1.4.1

How to add a dependency to Maven

Add the following ch.approppo : signingplugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.approppo</groupId>
    <artifactId>signingplugin</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.approppo : signingplugin gradle dependency to your build.gradle file:

implementation 'ch.approppo:signingplugin:1.4.1'

Gradle Kotlin DSL: Add the following ch.approppo : signingplugin gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.approppo:signingplugin:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.approppo : signingplugin sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.approppo" % "signingplugin" % "1.4.1"

Advertisement