License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.github.xbynet |
ArtifactId | ArtifactIdcrawler-parent |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncrawler-parent
A simple and flexible web crawler framework for java.
|
Project URL |
Project URL |
Filename | Size |
---|---|
crawler-parent-0.3.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xbynet/crawler-parent/ -->
<dependency>
<groupId>com.github.xbynet</groupId>
<artifactId>crawler-parent</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xbynet/crawler-parent/
implementation 'com.github.xbynet:crawler-parent:0.3.0'
// https://jarcasting.com/artifacts/com.github.xbynet/crawler-parent/
implementation ("com.github.xbynet:crawler-parent:0.3.0")
'com.github.xbynet:crawler-parent:pom:0.3.0'
<dependency org="com.github.xbynet" name="crawler-parent" rev="0.3.0">
<artifact name="crawler-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xbynet', module='crawler-parent', version='0.3.0')
)
libraryDependencies += "com.github.xbynet" % "crawler-parent" % "0.3.0"
[com.github.xbynet/crawler-parent "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
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 |