Files download
File Operation
cucumber-android-1.2.0.jar download
cucumber-android-1.2.0.pom download
cucumber-android-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>info.cukes</groupId>
  <artifactId>cucumber-android</artifactId>
  <version>1.2.0</version>
  <type>apklib</type>
</dependency>
Gradle Groovy
implementation 'info.cukes:cucumber-android:1.2.0'
Gradle Kotlin
implementation("info.cukes:cucumber-android:1.2.0")
Scala SBT
libraryDependencies += "info.cukes" % "cucumber-android" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='info.cukes', module='cucumber-android', version='1.2.0')
)
Apache Ivy
<dependency org="info.cukes" name="cucumber-android" rev="1.2.0" />
Leiningen
[info.cukes/cucumber-android "1.2.0"]
Apache Buildr
'info.cukes:cucumber-android:jar:1.2.0'