Download gradle-experimental-0.2.0.jar file - Jar g

Jar examples for g:gradle-experimental

Description

Gradle plug-in to build Android applications.

You can download jar file gradle-experimental 0.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gradle-experimental-0.2.0.jar to your project.

<dependency>
   <groupId>com.android.tools.build</groupId>
   <artifactId>gradle-experimental</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'com.android.tools.build', name: 'gradle-experimental', version: '0.2.0'
libraryDependencies += "com.android.tools.build" % "gradle-experimental" % "0.2.0"
<dependency org="com.android.tools.build" name="gradle-experimental" rev="0.2.0"/>
@Grapes(@Grab(group='com.android.tools.build', module='gradle-experimental', version='0.2.0'))
'com.android.tools.build:gradle-experimental:jar:0.2.0'

Download

Click the following link to download the jar file.

gradle-experimental-0.2.0-javadoc.jar
gradle-experimental-0.2.0-sources.jar
gradle-experimental-0.2.0.jar
gradle-experimental-0.2.0.pom



Related Tutorials