MVN

com.amazon.device.tools.build : gradle

Maven & Gradle

Oct 09, 2015
0 stars

Amazon Gradle Plug-in for Android · Gradle plug-in to build Android applications with support for Amazon APIs.

<dependency>
    <groupId>com.amazon.device.tools.build</groupId>
    <artifactId>gradle</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amazon.device.tools.build : gradle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1
  • Latest Release Candidate: 1.0.0-rc4

All Versions

Choose a version of com.amazon.device.tools.build : gradle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
gradle-1.3.1
1.1.x
gradle-1.1.3
gradle-1.1.2
gradle-1.1.1
gradle-1.1.0
1.0.x
gradle-1.0.1
gradle-1.0.0-1
gradle-1.0.0-rc4
gradle-1.0.0-rc3
gradle-1.0.0-rc2
gradle-1.0.0-rc1
gradle-1.0.0
0.14.x
gradle-0.14.4
gradle-0.14.3
gradle-0.14.2
gradle-0.14.1
gradle-0.14.0
0.13.x
gradle-0.13.3
gradle-0.13.2
gradle-0.13.1
gradle-0.13.0
0.12.x
gradle-0.12.2
gradle-0.12.1
gradle-0.12.0
0.11.x
gradle-0.11.2
gradle-0.11.1
gradle-0.11.0
0.10.x
gradle-0.10.4
gradle-0.10.2
gradle-0.10.1
gradle-0.10.0
0.9.x
gradle-0.9.2
gradle-0.9.1
gradle-0.9.0

How to add a dependency to Maven

Add the following com.amazon.device.tools.build : gradle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.amazon.device.tools.build</groupId>
    <artifactId>gradle</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amazon.device.tools.build : gradle gradle dependency to your build.gradle file:

implementation 'com.amazon.device.tools.build:gradle:1.3.1'

Gradle Kotlin DSL: Add the following com.amazon.device.tools.build : gradle gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amazon.device.tools.build:gradle:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amazon.device.tools.build : gradle sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amazon.device.tools.build" % "gradle" % "1.3.1"

Advertisement