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