a

android-appcenter-plugin

A Gradle plugin that allows you to easily upload separate variants of your Android app to AppCenter.
https://github.com/NeoTech-Software/android-appcenter-gradle-plugin
The MIT License
Rolf Smit
Files download
File Operation
android-appcenter-plugin-1.0.0-beta.3.jar download
android-appcenter-plugin-1.0.0-beta.3.pom download
android-appcenter-plugin-1.0.0-beta.3-sources.jar download
Apache Maven
<dependency>
  <groupId>nl.neotech.plugin</groupId>
  <artifactId>android-appcenter-plugin</artifactId>
  <version>1.0.0-beta.3</version>
</dependency>
Gradle Groovy
implementation 'nl.neotech.plugin:android-appcenter-plugin:1.0.0-beta.3'
Gradle Kotlin
implementation("nl.neotech.plugin:android-appcenter-plugin:1.0.0-beta.3")
Scala SBT
libraryDependencies += "nl.neotech.plugin" % "android-appcenter-plugin" % "1.0.0-beta.3"
Groovy Grape
@Grapes(
  @Grab(group='nl.neotech.plugin', module='android-appcenter-plugin', version='1.0.0-beta.3')
)
Apache Ivy
<dependency org="nl.neotech.plugin" name="android-appcenter-plugin" rev="1.0.0-beta.3" />
Leiningen
[nl.neotech.plugin/android-appcenter-plugin "1.0.0-beta.3"]
Apache Buildr
'nl.neotech.plugin:android-appcenter-plugin:jar:1.0.0-beta.3'