License |
License |
---|---|
GroupId | GroupIdcom.gravity |
ArtifactId | ArtifactIdgoose |
Last Version | Last Version2.1.23 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongoose
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
goose-2.1.23.pom | |
goose-2.1.23.jar | 1 MB |
goose-2.1.23-sources.jar | 960 KB |
goose-2.1.23-javadoc.jar | 426 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gravity/goose/ -->
<dependency>
<groupId>com.gravity</groupId>
<artifactId>goose</artifactId>
<version>2.1.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.gravity/goose/
implementation 'com.gravity:goose:2.1.23'
// https://jarcasting.com/artifacts/com.gravity/goose/
implementation ("com.gravity:goose:2.1.23")
'com.gravity:goose:jar:2.1.23'
<dependency org="com.gravity" name="goose" rev="2.1.23">
<artifact name="goose" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gravity', module='goose', version='2.1.23')
)
libraryDependencies += "com.gravity" % "goose" % "2.1.23"
[com.gravity/goose "2.1.23"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.1 |
org.jsoup : jsoup | jar | 1.5.2 |
commons-io : commons-io | jar | 2.0.1 |
org.scala-lang : scala-compiler | jar | 2.9.0-1 |
org.scala-lang : scala-library | jar | 2.9.0-1 |
org.apache.httpcomponents : httpclient | jar | 4.1.2 |
commons-lang : commons-lang | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |