goose

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.

Лицензия

Лицензия

Группа

Группа

com.gravity
Идентификатор

Идентификатор

goose
Последняя версия

Последняя версия

2.1.23
Дата

Дата

Тип

Тип

jar
Описание

Описание

goose
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.
Ссылка на сайт

Ссылка на сайт

https://github.com/matth/goose

Скачать goose

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
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

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.1
org.slf4j : slf4j-log4j12 jar 1.6.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.1.23
2.1.22