Jar examples for g:gradle-core
A collection of gradle plugins meant to codify and streamline project development.
You can download jar file gradle-core 2.3.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add gradle-core-2.3.0.jar to your project.
<dependency> <groupId>com.android.tools.build</groupId> <artifactId>gradle-core</artifactId> <version>2.3.0</version> </dependency>
compile group: 'com.android.tools.build', name: 'gradle-core', version: '2.3.0'
libraryDependencies += "com.android.tools.build" % "gradle-core" % "2.3.0"
<dependency org="com.android.tools.build" name="gradle-core" rev="2.3.0"/>
@Grapes(@Grab(group='com.android.tools.build', module='gradle-core', version='2.3.0'))
'com.android.tools.build:gradle-core:jar:2.3.0'
Click the following link to download the jar file.
gradle-core-2.3.0-javadoc.jar