License |
License |
---|---|
GroupId | GroupIdcom.google.code.crawler-commons |
ArtifactId | ArtifactIdcrawler-commons |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCrawler-commons
crawler-commons is a set of reusable Java components that implement
functionality common to any web crawler.
|
Project URL |
Project URL |
Filename | Size |
---|---|
crawler-commons-0.5.pom | |
crawler-commons-0.5.jar | 85 KB |
crawler-commons-0.5-sources.jar | 52 KB |
crawler-commons-0.5-javadoc.jar | 202 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
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 |