文件下载
文件名 操作
calabash-adapter-4.1.1.jar 下载
calabash-adapter-4.1.1.pom 下载
calabash-adapter-4.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.daisy.pipeline</groupId>
  <artifactId>calabash-adapter</artifactId>
  <version>4.1.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.daisy.pipeline:calabash-adapter:4.1.1'
Gradle Kotlin
implementation("org.daisy.pipeline:calabash-adapter:4.1.1")
Scala SBT
libraryDependencies += "org.daisy.pipeline" % "calabash-adapter" % "4.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.daisy.pipeline', module='calabash-adapter', version='4.1.1')
)
Apache Ivy
<dependency org="org.daisy.pipeline" name="calabash-adapter" rev="4.1.1" />
Leiningen
[org.daisy.pipeline/calabash-adapter "4.1.1"]
Apache Buildr
'org.daisy.pipeline:calabash-adapter:jar:4.1.1'