h

html-break-detection

Performs sentence and word detection on a HTML document
Files download
File Operation
html-break-detection-1.1.5.jar download
html-break-detection-1.1.5.pom download
html-break-detection-1.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.daisy.pipeline.modules</groupId>
  <artifactId>html-break-detection</artifactId>
  <version>1.1.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.daisy.pipeline.modules:html-break-detection:1.1.5'
Gradle Kotlin
implementation("org.daisy.pipeline.modules:html-break-detection:1.1.5")
Scala SBT
libraryDependencies += "org.daisy.pipeline.modules" % "html-break-detection" % "1.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.daisy.pipeline.modules', module='html-break-detection', version='1.1.5')
)
Apache Ivy
<dependency org="org.daisy.pipeline.modules" name="html-break-detection" rev="1.1.5" />
Leiningen
[org.daisy.pipeline.modules/html-break-detection "1.1.5"]
Apache Buildr
'org.daisy.pipeline.modules:html-break-detection:jar:1.1.5'