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