Last Version

Crawler-commons 0.5

crawler-commons is a set of reusable Java components that implement functionality common to any web crawler.

License

License

GroupId

GroupId

com.google.code.crawler-commons
ArtifactId

ArtifactId

crawler-commons
Version

Version

0.5
Type

Type

jar
Description

Description

Crawler-commons
crawler-commons is a set of reusable Java components that implement functionality common to any web crawler.
Project URL

Project URL

http://code.google.com/p/crawler-commons/

Download crawler-commons 0.5


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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.2.6
commons-io : commons-io jar 2.4
org.apache.tika : tika-core jar 1.6
org.slf4j : slf4j-api jar 1.7.7

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

test (4)

Group / Artifact Type Version
junit : junit jar 4.7
org.slf4j : slf4j-log4j12 jar 1.7.7
org.mockito : mockito-core jar 1.8.0
jetty : jetty jar 5.1.10

Project Modules

There are no modules declared in this project.