Download gradle-1.1.0-rc3.jar file - Jar g

Jar examples for g:gradle

Description

A packaging of the IntelliJ Community Edition gradle library. This is release number 1 of trunk branch 142.

You can download jar file gradle 1.1.0-rc3 in this page.

License

Common Development and Distribution License (CDDL) version 1.0

Build File

You can use the following script to add gradle-1.1.0-rc3.jar to your project.

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

Download

Click the following link to download the jar file.

gradle-1.1.0-rc3-javadoc.jar
gradle-1.1.0-rc3-sources.jar
gradle-1.1.0-rc3.jar
gradle-1.1.0-rc3.pom



Related Tutorials