Files download
File Operation
calabash-custom-steps-2.0.0.jar download
calabash-custom-steps-2.0.0.pom download
calabash-custom-steps-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.daisy.pipeline</groupId>
  <artifactId>calabash-custom-steps</artifactId>
  <version>2.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.daisy.pipeline:calabash-custom-steps:2.0.0'
Gradle Kotlin
implementation("org.daisy.pipeline:calabash-custom-steps:2.0.0")
Scala SBT
libraryDependencies += "org.daisy.pipeline" % "calabash-custom-steps" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.daisy.pipeline', module='calabash-custom-steps', version='2.0.0')
)
Apache Ivy
<dependency org="org.daisy.pipeline" name="calabash-custom-steps" rev="2.0.0" />
Leiningen
[org.daisy.pipeline/calabash-custom-steps "2.0.0"]
Apache Buildr
'org.daisy.pipeline:calabash-custom-steps:jar:2.0.0'