is not current version
Last Version 1.3

com.wu-man:jreadability 1.2

A Java library that parses HTML as input and returns clean, easy-to-read text.

GroupId

GroupId

com.wu-man
ArtifactId

ArtifactId

jreadability
Version

Version

1.2
Type

Type

jar

Download jreadability 1.2


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