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