is not current version
Last Version 0.13.0

io.github.cdimascio:essence 0.12.6

Automatically extracts the main text content (and much more) from an HTML document

GroupId

GroupId

io.github.cdimascio
ArtifactId

ArtifactId

essence
Version

Version

0.12.6
Type

Type

jar

Download essence 0.12.6


<!-- https://jarcasting.com/artifacts/io.github.cdimascio/essence/ -->
<dependency>
    <groupId>io.github.cdimascio</groupId>
    <artifactId>essence</artifactId>
    <version>0.12.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdimascio/essence/
implementation 'io.github.cdimascio:essence:0.12.6'
// https://jarcasting.com/artifacts/io.github.cdimascio/essence/
implementation ("io.github.cdimascio:essence:0.12.6")
'io.github.cdimascio:essence:jar:0.12.6'
<dependency org="io.github.cdimascio" name="essence" rev="0.12.6">
  <artifact name="essence" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdimascio', module='essence', version='0.12.6')
)
libraryDependencies += "io.github.cdimascio" % "essence" % "0.12.6"
[io.github.cdimascio/essence "0.12.6"]