Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupId ArtifactId Version Type Licenses Optional
redis.clients jedis 3.7.1 jar MIT No
us.codecraft webmagic-core 1.0.2-SNAPSHOT jar Apache License, Version 2.0 No
com.google.guava guava 32.0.0-jre jar Apache License, Version 2.0 Yes

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupId ArtifactId Version Type Licenses
org.apache.logging.log4j log4j-core 2.23.1 jar Apache-2.0
org.apache.logging.log4j log4j-slf4j2-impl 2.23.1 jar Apache-2.0
org.assertj assertj-core 3.23.1 jar Apache License, Version 2.0
org.junit.jupiter junit-jupiter-engine 5.10.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-launcher 1.10.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-runner 1.10.2 jar Eclipse Public License v2.0
org.junit.vintage junit-vintage-engine 5.10.2 jar Eclipse Public License v2.0

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Type Licenses
org.projectlombok lombok 1.18.32 jar The MIT License

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupId ArtifactId Version Type Licenses Optional
com.alibaba fastjson 2.0.19.graal jar Apache 2 No
com.alibaba.fastjson2 fastjson2 2.0.19.graal jar Apache 2 No
com.alibaba.fastjson2 fastjson2-extension 2.0.19.graal jar Apache 2 No
com.jayway.jsonpath json-path 2.9.0 jar The Apache Software License, Version 2.0 No
commons-codec commons-codec 1.11 jar Apache License, Version 2.0 No
commons-io commons-io 2.14.0 jar Apache-2.0 No
commons-logging commons-logging 1.2 jar The Apache Software License, Version 2.0 No
org.apache.commons commons-collections4 4.4 jar Apache License, Version 2.0 No
org.apache.commons commons-lang3 3.12.0 jar Apache License, Version 2.0 No
org.apache.commons commons-pool2 2.10.0 jar Apache License, Version 2.0 No
org.apache.httpcomponents httpclient 4.5.13 jar Apache License, Version 2.0 No
org.apache.httpcomponents httpcore 4.4.15 jar Apache License, Version 2.0 No
org.jsoup jsoup 1.16.1 jar The MIT License No
org.slf4j slf4j-api 2.0.4 jar MIT License No
us.codecraft xsoup 0.3.7 jar The MIT License No
com.google.code.findbugs jsr305 3.0.2 jar The Apache Software License, Version 2.0 Yes
com.google.errorprone error_prone_annotations 2.18.0 jar Apache 2.0 Yes
com.google.guava failureaccess 1.0.1 jar The Apache Software License, Version 2.0 Yes
com.google.guava listenablefuture 9999.0-empty-to-avoid-conflict-with-guava jar The Apache Software License, Version 2.0 Yes
com.google.j2objc j2objc-annotations 2.8 jar Apache License, Version 2.0 Yes
org.checkerframework checker-qual 3.33.0 jar The MIT License Yes

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type Licenses
net.minidev accessors-smart 2.5.0 jar The Apache Software License, Version 2.0
net.minidev json-smart 2.5.0 jar The Apache Software License, Version 2.0
org.ow2.asm asm 9.3 jar BSD-3-Clause

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupId ArtifactId Version Type Licenses
junit junit 4.13.2 jar Eclipse Public License 1.0
net.bytebuddy byte-buddy 1.12.10 jar Apache License, Version 2.0
org.apache.logging.log4j log4j-api 2.23.1 jar Apache-2.0
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.junit.jupiter junit-jupiter-api 5.10.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.10.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.10.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-suite-api 1.10.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-suite-commons 1.10.2 jar Eclipse Public License v2.0
org.opentest4j opentest4j 1.3.0 jar The Apache License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

Apache 2.0: error-prone annotations

The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

Eclipse Public License 1.0: JUnit

MIT License: SLF4J API Module

BSD-3-Clause: asm

Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher, JUnit Platform Runner, JUnit Platform Suite API, JUnit Platform Suite Commons, JUnit Vintage Engine

New BSD License: Hamcrest Core

Apache 2: fastjson1-compatible, fastjson2, fastjson2-extension

The MIT License: Checker Qual, Project Lombok, jsoup Java HTML Parser, xsoup

Apache License, Version 2.0: Apache Commons Codec, Apache Commons Collections, Apache Commons Lang, Apache Commons Pool, Apache HttpClient, Apache HttpCore, AssertJ fluent assertions, Byte Buddy (without dependencies), Guava: Google Core Libraries for Java, J2ObjC Annotations, webmagic-core, webmagic-extension

Apache-2.0: Apache Commons IO, Apache Log4j API, Apache Log4j Core, Apache Log4j SLF4J 2.0 Binding

MIT: Jedis

The Apache Software License, Version 2.0: ASM based accessors helper used by json-smart, Apache Commons Logging, FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, JSON Small and Fast Parser, json-path

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
fastjson-2.0.19.graal.jar 184.8 kB 135 107 14 1.8 Yes
fastjson2-2.0.19.graal.jar 1.5 MB 637 597 18 9 Yes
fastjson2-extension-2.0.19.graal.jar 63.4 kB 78 46 11 1.8 Yes
json-path-2.9.0.jar 276.6 kB 221 203 13 1.8 Yes
commons-codec-1.11.jar 335 kB 243 96 7 1.6 Yes
commons-io-2.14.0.jar 494.2 kB 361 333 15 9 Yes
commons-logging-1.2.jar 61.8 kB 42 28 2 1.2 Yes
junit-4.13.2.jar 384.6 kB 389 350 32 1.5 Yes
byte-buddy-1.12.10.jar 3.8 MB 2705 2648 39 9 Yes
accessors-smart-2.5.0.jar 29.9 kB 24 13 2 1.8 Yes
json-smart-2.5.0.jar 120.2 kB 107 93 5 1.8 Yes
commons-collections4-4.4.jar 751.9 kB 555 524 19 1.8 Yes
commons-lang3-3.12.0.jar 587.4 kB 374 345 17 1.8 Yes
commons-pool2-2.10.0.jar 141.2 kB 95 80 3 1.8 Yes
httpclient-4.5.13.jar 780.3 kB 511 470 24 1.6 Yes
httpcore-4.4.15.jar 328.3 kB 283 253 17 1.6 Yes
log4j-api-2.23.1.jar 342.5 kB 241 206 9 9 Yes
log4j-core-2.23.1.jar 1.9 MB 1310 1206 55 9 Yes
log4j-slf4j2-impl-2.23.1.jar 27.3 kB 28 12 2 9 Yes
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 9 Yes
assertj-core-3.23.1.jar 1.2 MB 819 780 26 9 Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
jsoup-1.16.1.jar 443.3 kB 284 266 7 1.8 Yes
junit-jupiter-api-5.10.2.jar 211 kB 197 182 8 9 Yes
junit-jupiter-engine-5.10.2.jar 244.7 kB 147 130 9 9 Yes
junit-platform-commons-1.10.2.jar 106.2 kB 64 44 7 9 Yes
junit-platform-engine-1.10.2.jar 204.8 kB 153 136 10 9 Yes
junit-platform-launcher-1.10.2.jar 183.8 kB 131 116 7 9 Yes
junit-platform-runner-1.10.2.jar 16.6 kB 12 4 2 9 Yes
junit-platform-suite-api-1.10.2.jar 22.6 kB 35 26 2 9 No
junit-platform-suite-commons-1.10.2.jar 17.3 kB 12 3 2 9 Yes
junit-vintage-engine-5.10.2.jar 67.5 kB 49 35 6 9 Yes
opentest4j-1.3.0.jar 14.3 kB 15 9 2 9 Yes
asm-9.3.jar 122.2 kB 44 38 3 9 Yes
lombok-1.18.32.jar 2 MB 1082 178 13 9 Yes
slf4j-api-2.0.4.jar 61.8 kB 66 52 5 9 Yes
jedis-3.7.1.jar 900.6 kB 763 747 7 1.8 Yes
webmagic-core-1.0.2-SNAPSHOT.jar 106.1 kB 100 79 12 11 Yes
xsoup-0.3.7.jar 62 kB 65 53 3 1.8 Yes
jsr305-3.0.2.jar 19.9 kB 46 35 3 1.5 Yes
error_prone_annotations-2.18.0.jar 16 kB 38 26 2 1.8 Yes
failureaccess-1.0.1.jar 4.6 kB 15 2 1 1.7 Yes
guava-32.0.0-jre.jar 3 MB 2052 2012 18 1.8 Yes
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar 2.2 kB 7 0 0 - -
j2objc-annotations-2.8.jar 9.3 kB 24 13 1 1.7 Yes
checker-qual-3.33.0.jar 224 kB 426 358 30 1.8 Yes
Total Size Entries Classes Packages Java Version Debug Information
46 21.6 MB 15046 12982 495 11 44
compile: 24 compile: 10.4 MB compile: 7421 compile: 6725 compile: 249 11 compile: 23
runtime: 3 runtime: 272.3 kB runtime: 175 runtime: 144 runtime: 10 runtime: 3
provided: 1 provided: 2 MB provided: 1082 provided: 178 provided: 13 provided: 1
test: 18 test: 8.9 MB test: 6368 test: 5935 test: 223 9 test: 17