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