License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.airbnb.walkman |
ArtifactId | ArtifactIdgradle-plugin |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWalkman Gradle Plugin
Walkman Gradle plugin for pushing and pulling tape files to/from Device
|
Filename | Size |
---|---|
gradle-plugin-1.0.3.pom | |
gradle-plugin-1.0.3.jar | 46 KB |
gradle-plugin-1.0.3-sources.jar | 7 KB |
gradle-plugin-1.0.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.airbnb.walkman/gradle-plugin/ -->
<dependency>
<groupId>com.airbnb.walkman</groupId>
<artifactId>gradle-plugin</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.walkman/gradle-plugin/
implementation 'com.airbnb.walkman:gradle-plugin:1.0.3'
// https://jarcasting.com/artifacts/com.airbnb.walkman/gradle-plugin/
implementation ("com.airbnb.walkman:gradle-plugin:1.0.3")
'com.airbnb.walkman:gradle-plugin:jar:1.0.3'
<dependency org="com.airbnb.walkman" name="gradle-plugin" rev="1.0.3">
<artifact name="gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.walkman', module='gradle-plugin', version='1.0.3')
)
libraryDependencies += "com.airbnb.walkman" % "gradle-plugin" % "1.0.3"
[com.airbnb.walkman/gradle-plugin "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.android.tools.build : gradle | jar | 2.3.0 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.1.0 |
com.android.tools.ddms : ddmlib | jar | 25.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.truth : truth | jar | 0.30 |
org.mockito : mockito-core | jar | 2.7.13 |