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