License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdorg.notlocalhost.gradle |
ArtifactId | ArtifactIdgradle-calabash-android-plugin |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGradle Calabash Test Plugin
A Gradle plugin which enables Calabash Testing
|
Project URL |
Project URL |
Project Organization |
Project OrganizationNotLocalHost |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.notlocalhost.gradle/gradle-calabash-android-plugin/ -->
<dependency>
<groupId>org.notlocalhost.gradle</groupId>
<artifactId>gradle-calabash-android-plugin</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.notlocalhost.gradle/gradle-calabash-android-plugin/
implementation 'org.notlocalhost.gradle:gradle-calabash-android-plugin:1.2'
// https://jarcasting.com/artifacts/org.notlocalhost.gradle/gradle-calabash-android-plugin/
implementation ("org.notlocalhost.gradle:gradle-calabash-android-plugin:1.2")
'org.notlocalhost.gradle:gradle-calabash-android-plugin:jar:1.2'
<dependency org="org.notlocalhost.gradle" name="gradle-calabash-android-plugin" rev="1.2">
<artifact name="gradle-calabash-android-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.notlocalhost.gradle', module='gradle-calabash-android-plugin', version='1.2')
)
libraryDependencies += "org.notlocalhost.gradle" % "gradle-calabash-android-plugin" % "1.2"
[org.notlocalhost.gradle/gradle-calabash-android-plugin "1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.android.tools.build : gradle | jar | 0.6.+ |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.easytesting : fest-assert-core | jar | 2.0M10 |