| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.github.xbynet |
| ArtifactId | ArtifactIdcrawler-core |
| Last Version | Last Version0.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA simple and flexible web crawler framework for java.
|
| Filename | Size |
|---|---|
| crawler-core-0.3.0.pom | |
| crawler-core-0.3.0.jar | 50 KB |
| crawler-core-0.3.0-sources.jar | 23 KB |
| crawler-core-0.3.0-javadoc.jar | 230 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.xbynet/crawler-core/ -->
<dependency>
<groupId>com.github.xbynet</groupId>
<artifactId>crawler-core</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xbynet/crawler-core/
implementation 'com.github.xbynet:crawler-core:0.3.0'
// https://jarcasting.com/artifacts/com.github.xbynet/crawler-core/
implementation ("com.github.xbynet:crawler-core:0.3.0")
'com.github.xbynet:crawler-core:jar:0.3.0'
<dependency org="com.github.xbynet" name="crawler-core" rev="0.3.0">
<artifact name="crawler-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xbynet', module='crawler-core', version='0.3.0')
)
libraryDependencies += "com.github.xbynet" % "crawler-core" % "0.3.0"
[com.github.xbynet/crawler-core "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| redis.clients : jedis | jar | 2.9.0 |
| cglib : cglib | jar | 3.2.4 |
| commons-io : commons-io | jar | 2.5 |
| org.apache.commons : commons-lang3 | jar | 3.5 |
| org.apache.httpcomponents : httpclient | jar | 4.5.3 |
| com.alibaba : fastjson | jar | 1.2.28 |
| ch.qos.logback : logback-classic | jar | 1.2.1 |
| ch.qos.logback : logback-core | jar | 1.2.1 |
| org.slf4j : slf4j-api | jar | 1.7.22 |
| org.jsoup : jsoup | jar | 1.10.2 |
| com.jayway.jsonpath : json-path | jar | 2.2.0 |
| us.codecraft : xsoup | jar | 0.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |