is not current version
Last Version 2.1.23

com.gravity:goose 2.1.22

Goose was originally an article extractor written in Java that has most recently (aug2011) converted to a scala project. It's mission is to take any news article or article type web page and not only extract what is the main body of the article but also all meta data and most probable image candidate.

GroupId

GroupId

com.gravity
ArtifactId

ArtifactId

goose
Version

Version

2.1.22
Type

Type

jar

Download goose 2.1.22


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