is not current version
Last Version 1.0.8

net.dankito.readability4j:readability4j 1.0.5

A Kotlin port of Mozilla‘s Readability. It extracts a website‘s relevant content and removes all clutter from it.

Categories

Categories

Net
GroupId

GroupId

net.dankito.readability4j
ArtifactId

ArtifactId

readability4j
Version

Version

1.0.5
Type

Type

jar

Download readability4j 1.0.5


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