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