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
com.fasterxml.jackson.core jackson-annotations 2.15.2 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-core 2.15.2 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-databind 2.16.0 jar The Apache Software License, Version 2.0
org.mapdb mapdb 3.1.0 jar The Apache Software License, Version 2.0
us.codecraft webmagic-core 1.0.2-SNAPSHOT jar Apache License, Version 2.0
us.codecraft webmagic-extension 1.0.2-SNAPSHOT jar Apache License, Version 2.0

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.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

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
com.alibaba fastjson 2.0.19.graal jar Apache 2
com.alibaba.fastjson2 fastjson2 2.0.19.graal jar Apache 2
com.alibaba.fastjson2 fastjson2-extension 2.0.19.graal jar Apache 2
com.google.code.findbugs jsr305 3.0.2 jar The Apache Software License, Version 2.0
com.google.errorprone error_prone_annotations 2.18.0 jar Apache 2.0
com.google.guava failureaccess 1.0.1 jar The Apache Software License, Version 2.0
com.google.guava guava 32.0.0-jre jar Apache License, Version 2.0
com.google.guava listenablefuture 9999.0-empty-to-avoid-conflict-with-guava jar The Apache Software License, Version 2.0
com.google.j2objc j2objc-annotations 2.8 jar Apache License, Version 2.0
com.jayway.jsonpath json-path 2.9.0 jar The Apache Software License, Version 2.0
commons-codec commons-codec 1.11 jar Apache License, Version 2.0
commons-io commons-io 2.14.0 jar Apache-2.0
commons-logging commons-logging 1.2 jar The Apache Software License, Version 2.0
net.jpountz.lz4 lz4 1.3.0 jar The Apache Software License, Version 2.0
org.apache.commons commons-collections4 4.4 jar Apache License, Version 2.0
org.apache.commons commons-lang3 3.12.0 jar Apache License, Version 2.0
org.apache.commons commons-pool2 2.10.0 jar Apache License, Version 2.0
org.apache.httpcomponents httpclient 4.5.13 jar Apache License, Version 2.0
org.apache.httpcomponents httpcore 4.4.15 jar Apache License, Version 2.0
org.checkerframework checker-qual 3.33.0 jar The MIT License
org.eclipse.collections eclipse-collections 10.4.0 jar Eclipse Public License - v 1.0Eclipse Distribution License - v 1.0
org.eclipse.collections eclipse-collections-api 10.4.0 jar Eclipse Public License - v 1.0Eclipse Distribution License - v 1.0
org.eclipse.collections eclipse-collections-forkjoin 10.4.0 jar Eclipse Public License - v 1.0Eclipse Distribution License - v 1.0
org.jetbrains annotations 13.0 jar The Apache Software License, Version 2.0
org.jetbrains.kotlin kotlin-stdlib 1.9.255-SNAPSHOT jar The Apache License, Version 2.0
org.jsoup jsoup 1.16.1 jar The MIT License
org.mapdb elsa 3.0.0-M5 jar The Apache Software License, Version 2.0
org.slf4j slf4j-api 2.0.4 jar MIT License
redis.clients jedis 3.7.1 jar MIT
us.codecraft xsoup 0.3.7 jar The MIT License

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
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

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

Apache 2.0: error-prone annotations

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, 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, Guava: Google Core Libraries for Java, J2ObjC Annotations, webmagic-core, webmagic-extension, webmagic-samples

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

MIT: Jedis

Eclipse Distribution License - v 1.0: Eclipse Collections API, Eclipse Collections Fork Join Utilities, Eclipse Collections Main Library

The Apache Software License, Version 2.0: ASM based accessors helper used by json-smart, Apache Commons Logging, Elsa Serialization, FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, IntelliJ IDEA Annotations, JSON Small and Fast Parser, Jackson-annotations, Jackson-core, LZ4 and xxHash, jackson-databind, json-path, mapdb

Eclipse Public License - v 1.0: Eclipse Collections API, Eclipse Collections Fork Join Utilities, Eclipse Collections Main Library

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
jackson-annotations-2.15.2.jar 75.6 kB 86 73 2 9 Yes
jackson-core-2.15.2.jar 549.2 kB 250 186 15 19 Yes
jackson-databind-2.16.0.jar 1.6 MB 818 779 24 9 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
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
lz4-1.3.0.jar 236.9 kB 86 69 3 1.6 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
checker-qual-3.33.0.jar 224 kB 426 358 30 1.8 Yes
eclipse-collections-10.4.0.jar 10.3 MB 4067 3914 105 1.8 Yes
eclipse-collections-api-10.4.0.jar 1.4 MB 1424 1344 64 1.8 Yes
eclipse-collections-forkjoin-10.4.0.jar 41.7 kB 30 13 1 1.8 Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
annotations-13.0.jar 17.5 kB 45 32 2 1.5 Yes
kotlin-stdlib-1.9.255-SNAPSHOT.jar 1.7 MB 1032 973 44 9 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
elsa-3.0.0-M5.jar 119.3 kB 127 117 1 1.6 Yes
mapdb-3.1.0.jar 667.4 kB 299 288 3 1.8 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
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
webmagic-extension-1.0.2-SNAPSHOT.jar 114 kB 126 101 14 11 Yes
xsoup-0.3.7.jar 62 kB 65 53 3 1.8 Yes
Total Size Entries Classes Packages Java Version Debug Information
55 31.4 MB 18830 17265 695 19 53
compile: 36 compile: 27.3 MB compile: 15811 compile: 14614 compile: 527 19 compile: 35
runtime: 3 runtime: 272.3 kB runtime: 175 runtime: 144 runtime: 10 runtime: 3
test: 16 test: 3.8 MB test: 2844 test: 2507 test: 158 9 test: 15