MVN

nl.neotech.plugin : android-appcenter-plugin

Maven & Gradle

Jun 23, 2021
4 stars

Android AppCenter Plugin · A Gradle plugin that allows you to easily upload separate variants of your Android app to AppCenter.

<dependency>
    <groupId>nl.neotech.plugin</groupId>
    <artifactId>android-appcenter-plugin</artifactId>
    <version>1.0.0-beta.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.neotech.plugin : android-appcenter-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-beta.3
  • Latest Beta: 1.0.0-beta.3

All Versions

Choose a version of nl.neotech.plugin : android-appcenter-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
android-appcenter-plugin-1.0.0-beta.3

How to add a dependency to Maven

Add the following nl.neotech.plugin : android-appcenter-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.neotech.plugin</groupId>
    <artifactId>android-appcenter-plugin</artifactId>
    <version>1.0.0-beta.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.neotech.plugin : android-appcenter-plugin gradle dependency to your build.gradle file:

implementation 'nl.neotech.plugin:android-appcenter-plugin:1.0.0-beta.3'

Gradle Kotlin DSL: Add the following nl.neotech.plugin : android-appcenter-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.neotech.plugin:android-appcenter-plugin:1.0.0-beta.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.neotech.plugin : android-appcenter-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.neotech.plugin" % "android-appcenter-plugin" % "1.0.0-beta.3"