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