MVN

com.apphance.ameba : Ameba

Maven & Gradle

Apr 26, 2013
18 stars

ameba · AMEBA stands for Apphance MobilE Build Automation - it is gradle plugin to automate builds for mobile applications

<dependency>
    <groupId>com.apphance.ameba</groupId>
    <artifactId>Ameba</artifactId>
    <version>1.0-M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.apphance.ameba : Ameba to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-M2

All Versions

Choose a version of com.apphance.ameba : Ameba to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
Ameba-1.0-M2
Ameba-1.0-M1
0.99.x
Ameba-0.99.6
Ameba-0.99.5.1
Ameba-0.99.5
Ameba-0.99.4
Ameba-0.99.3.1
Ameba-0.99.3
Ameba-0.99.2.16
Ameba-0.99.2.15
Ameba-0.99.2.14
Ameba-0.99.2.13
Ameba-0.99.0

How to add a dependency to Maven

Add the following com.apphance.ameba : Ameba maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.apphance.ameba</groupId>
    <artifactId>Ameba</artifactId>
    <version>1.0-M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.apphance.ameba : Ameba gradle dependency to your build.gradle file:

implementation 'com.apphance.ameba:Ameba:1.0-M2'

Gradle Kotlin DSL: Add the following com.apphance.ameba : Ameba gradle kotlin dependency to your build.gradle.kts file:

implementation("com.apphance.ameba:Ameba:1.0-M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.apphance.ameba : Ameba sbt scala dependency to your build.sbt file:

libraryDependencies += "com.apphance.ameba" % "Ameba" % "1.0-M2"

Advertisement