| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.github.xbynet |
| ArtifactId | ArtifactIdcrawler-selenium |
| 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-selenium-0.3.0.pom | |
| crawler-selenium-0.3.0.jar | 16 KB |
| crawler-selenium-0.3.0-sources.jar | 9 KB |
| crawler-selenium-0.3.0-javadoc.jar | 71 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.xbynet/crawler-selenium/ -->
<dependency>
<groupId>com.github.xbynet</groupId>
<artifactId>crawler-selenium</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xbynet/crawler-selenium/
implementation 'com.github.xbynet:crawler-selenium:0.3.0'
// https://jarcasting.com/artifacts/com.github.xbynet/crawler-selenium/
implementation ("com.github.xbynet:crawler-selenium:0.3.0")
'com.github.xbynet:crawler-selenium:jar:0.3.0'
<dependency org="com.github.xbynet" name="crawler-selenium" rev="0.3.0">
<artifact name="crawler-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xbynet', module='crawler-selenium', version='0.3.0')
)
libraryDependencies += "com.github.xbynet" % "crawler-selenium" % "0.3.0"
[com.github.xbynet/crawler-selenium "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.xbynet : crawler-core | jar | 0.3.0 |
| org.seleniumhq.selenium : selenium-java | jar | 2.53.1 |
| com.codeborne : phantomjsdriver | jar | 1.3.0 |
| net.coobird : thumbnailator | jar | 0.4.8 |
| 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 |