文件下载
文件名 操作
texhyph-utils-aggregator-1.10.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.daisy.pipeline.modules.braille</groupId>
  <artifactId>texhyph-utils-aggregator</artifactId>
  <version>1.10.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.daisy.pipeline.modules.braille:texhyph-utils-aggregator:1.10.1'
Gradle Kotlin
implementation("org.daisy.pipeline.modules.braille:texhyph-utils-aggregator:1.10.1")
Scala SBT
libraryDependencies += "org.daisy.pipeline.modules.braille" % "texhyph-utils-aggregator" % "1.10.1"
Groovy Grape
@Grapes(
  @Grab(group='org.daisy.pipeline.modules.braille', module='texhyph-utils-aggregator', version='1.10.1')
)
Apache Ivy
<dependency org="org.daisy.pipeline.modules.braille" name="texhyph-utils-aggregator" rev="1.10.1" />
Leiningen
[org.daisy.pipeline.modules.braille/texhyph-utils-aggregator "1.10.1"]
Apache Buildr
'org.daisy.pipeline.modules.braille:texhyph-utils-aggregator:jar:1.10.1'