h

hyphenator

A library for automatic hyphenation using TeX hyphenation patterns
https://github.com/Nianna/hyphenator
GNU Lesser General Public License v2.1
Weronika Pecio
文件下载
文件名 操作
hyphenator-1.0.0.jar 下载
hyphenator-1.0.0.pom 下载
hyphenator-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.nianna</groupId>
  <artifactId>hyphenator</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.nianna:hyphenator:1.0.0'
Gradle Kotlin
implementation("io.github.nianna:hyphenator:1.0.0")
Scala SBT
libraryDependencies += "io.github.nianna" % "hyphenator" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.nianna', module='hyphenator', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.nianna" name="hyphenator" rev="1.0.0" />
Leiningen
[io.github.nianna/hyphenator "1.0.0"]
Apache Buildr
'io.github.nianna:hyphenator:jar:1.0.0'