Jar examples for g:gradle
A packaging of the IntelliJ Community Edition gradle library. This is release number 1 of trunk branch 142.
You can download jar file gradle 0.14.4 in this page.
Common Development and Distribution License (CDDL) version 1.0
You can use the following script to add gradle-0.14.4.jar to your project.
<dependency> <groupId>com.android.tools.build</groupId> <artifactId>gradle</artifactId> <version>0.14.4</version> </dependency>
compile group: 'com.android.tools.build', name: 'gradle', version: '0.14.4'
libraryDependencies += "com.android.tools.build" % "gradle" % "0.14.4"
<dependency org="com.android.tools.build" name="gradle" rev="0.14.4"/>
@Grapes(@Grab(group='com.android.tools.build', module='gradle', version='0.14.4'))
'com.android.tools.build:gradle:jar:0.14.4'
Click the following link to download the jar file.
gradle-0.14.4-javadoc.jar