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