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