is not current version
Last Version 4.9.0

io.cucumber:cucumber-android 4.1.1

Android support for Cucumber-JVM

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

io.cucumber
ArtifactId

ArtifactId

cucumber-android
Version

Version

4.1.1
Type

Type

aar

Download cucumber-android 4.1.1


<!-- https://jarcasting.com/artifacts/io.cucumber/cucumber-android/ -->
<dependency>
    <groupId>io.cucumber</groupId>
    <artifactId>cucumber-android</artifactId>
    <version>4.1.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.cucumber/cucumber-android/
implementation 'io.cucumber:cucumber-android:4.1.1'
// https://jarcasting.com/artifacts/io.cucumber/cucumber-android/
implementation ("io.cucumber:cucumber-android:4.1.1")
'io.cucumber:cucumber-android:aar:4.1.1'
<dependency org="io.cucumber" name="cucumber-android" rev="4.1.1">
  <artifact name="cucumber-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.cucumber', module='cucumber-android', version='4.1.1')
)
libraryDependencies += "io.cucumber" % "cucumber-android" % "4.1.1"
[io.cucumber/cucumber-android "4.1.1"]