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 1.2.3 in this page.
Common Development and Distribution License (CDDL) version 1.0
You can use the following script to add gradle-1.2.3.jar to your project.
<dependency> <groupId>com.testdroid</groupId> <artifactId>gradle</artifactId> <version>1.2.3</version> </dependency>
compile group: 'com.testdroid', name: 'gradle', version: '1.2.3'
libraryDependencies += "com.testdroid" % "gradle" % "1.2.3"
<dependency org="com.testdroid" name="gradle" rev="1.2.3"/>
@Grapes(@Grab(group='com.testdroid', module='gradle', version='1.2.3'))
'com.testdroid:gradle:jar:1.2.3'
Click the following link to download the jar file.
gradle-1.2.3-javadoc.jar