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