is not current version
Last Version 1.3

com.wu-man:jreadability 1.1

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.1
Type

Type

jar

Download jreadability 1.1


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