Download ameba-0.1.9.jar file - Jar a

Jar examples for a:ameba

Description

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

You can download jar file ameba 0.1.9 in this page.

License

NewBSD Licence

Build File

You can use the following script to add ameba-0.1.9.jar to your project.

<dependency>
   <groupId>org.amebastack</groupId>
   <artifactId>ameba</artifactId>
   <version>0.1.9</version>
</dependency>
compile group: 'org.amebastack', name: 'ameba', version: '0.1.9'
libraryDependencies += "org.amebastack" % "ameba" % "0.1.9"
<dependency org="org.amebastack" name="ameba" rev="0.1.9"/>
@Grapes(@Grab(group='org.amebastack', module='ameba', version='0.1.9'))
'org.amebastack:ameba:jar:0.1.9'

Download

Click the following link to download the jar file.

ameba-0.1.9-javadoc.jar
ameba-0.1.9-sources.jar
ameba-0.1.9.jar
ameba-0.1.9.pom



Related Tutorials