r

readability4j

Readability4J is a partial re-implementation of the original readability.js script in Java. Many modifications have been made however.
Apache License, Version 2.0
Jonathon Hare Michael Matthews David Dupplaw
Files download
File Operation
readability4j-1.3.1.jar download
readability4j-1.3.1.pom download
readability4j-1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openimaj</groupId>
  <artifactId>readability4j</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'org.openimaj:readability4j:1.3.1'
Gradle Kotlin
implementation("org.openimaj:readability4j:1.3.1")
Scala SBT
libraryDependencies += "org.openimaj" % "readability4j" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.openimaj', module='readability4j', version='1.3.1')
)
Apache Ivy
<dependency org="org.openimaj" name="readability4j" rev="1.3.1" />
Leiningen
[org.openimaj/readability4j "1.3.1"]
Apache Buildr
'org.openimaj:readability4j:jar:1.3.1'