Download gradle-core-2.1.2.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 2.1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials