f

framework-parent

The DAISY Pipeline 2 is an open source framework for the automated processing of various digital formats efficiently and economically. It intends to facilitate the production and maintenance of accessible content for people with print disabilities.
http://www.daisy.org/pipeline2
GNU Lesser General Public License, Version 3
The DAISY Consortium
Romain Deltour Marisa DeMeglio Javier Asensio Cubero Jostein Austvik Jacobsen Bert Frees
Files download
File Operation
framework-parent-1.10.3.pom download
Apache Maven
<dependency>
  <groupId>org.daisy.pipeline</groupId>
  <artifactId>framework-parent</artifactId>
  <version>1.10.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.daisy.pipeline:framework-parent:1.10.3'
Gradle Kotlin
implementation("org.daisy.pipeline:framework-parent:1.10.3")
Scala SBT
libraryDependencies += "org.daisy.pipeline" % "framework-parent" % "1.10.3"
Groovy Grape
@Grapes(
  @Grab(group='org.daisy.pipeline', module='framework-parent', version='1.10.3')
)
Apache Ivy
<dependency org="org.daisy.pipeline" name="framework-parent" rev="1.10.3" />
Leiningen
[org.daisy.pipeline/framework-parent "1.10.3"]
Apache Buildr
'org.daisy.pipeline:framework-parent:jar:1.10.3'