Download gradle-core-1.3.1.jar file - Jar g

Jar examples for g:gradle-core

Description

A collection of gradle plugins meant to codify and streamline project development.

You can download jar file gradle-core 1.3.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gradle-core-1.3.1.jar to your project.

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

Download

Click the following link to download the jar file.

gradle-core-1.3.1-javadoc.jar
gradle-core-1.3.1-sources.jar
gradle-core-1.3.1.jar
gradle-core-1.3.1.pom



Related Tutorials