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