License |
License |
---|---|
Categories |
CategoriesCrawler4j Business Logic Libraries Web Crawling |
GroupId | GroupIdcom.blacklocus |
ArtifactId | ArtifactIdcrawler4j |
Last Version | Last Version3.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncrawler4j
Open Source Web Crawler for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
crawler4j-3.3.2.pom | |
crawler4j-3.3.2.jar | 97 KB |
crawler4j-3.3.2-sources.jar | 81 KB |
crawler4j-3.3.2-javadoc.jar | 229 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.blacklocus/crawler4j/ -->
<dependency>
<groupId>com.blacklocus</groupId>
<artifactId>crawler4j</artifactId>
<version>3.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.blacklocus/crawler4j/
implementation 'com.blacklocus:crawler4j:3.3.2'
// https://jarcasting.com/artifacts/com.blacklocus/crawler4j/
implementation ("com.blacklocus:crawler4j:3.3.2")
'com.blacklocus:crawler4j:jar:3.3.2'
<dependency org="com.blacklocus" name="crawler4j" rev="3.3.2">
<artifact name="crawler4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blacklocus', module='crawler4j', version='3.3.2')
)
libraryDependencies += "com.blacklocus" % "crawler4j" % "3.3.2"
[com.blacklocus/crawler4j "3.3.2"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.14 |
commons-logging : commons-logging | jar | 1.1.1 |
commons-codec : commons-codec | jar | 1.5 |
org.apache.httpcomponents : httpclient | jar | 4.1.2 |
org.apache.httpcomponents : httpcore | jar | 4.1.4 |
com.sleepycat : je | jar | 4.0.92 |
org.apache.tika : tika-parsers | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |