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