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