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