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 |
---|---|---|---|---|
org.apache.logging.log4j | log4j-api | 2.20.0 | jar | Apache License, Version 2.0 |
us.codecraft | webmagic-core | 0.10.0 | 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.junit.jupiter | junit-jupiter | 5.10.1 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 5.8.0 | jar | MIT |
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.jayway.jsonpath | json-path | 2.8.0 | jar | The Apache Software License, Version 2.0 |
commons-codec | commons-codec | 1.11 | jar | Apache License, Version 2.0 |
commons-logging | commons-logging | 1.2 | 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.httpcomponents | httpclient | 4.5.13 | jar | Apache License, Version 2.0 |
org.apache.httpcomponents | httpcore | 4.4.13 | jar | Apache License, Version 2.0 |
org.jsoup | jsoup | 1.16.1 | jar | The MIT License |
org.slf4j | slf4j-api | 2.0.4 | jar | MIT License |
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.4.9 | jar | The Apache Software License, Version 2.0 |
net.minidev | json-smart | 2.4.10 | 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 |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.14.10 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.14.10 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.10.1 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.10.1 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.10.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.10.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.10.1 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.oxerr.webmagic.proxy:webmagic-delayed-proxy:jar:1.1.5-SNAPSHOT
- org.apache.logging.log4j:log4j-api:jar:2.20.0 (compile)
- org.junit.jupiter:junit-jupiter:jar:5.10.1 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.1 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.10.1 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.10.1 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.10.1 (test)
- org.junit.platform:junit-platform-engine:jar:1.10.1 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.1 (test)
- org.mockito:mockito-core:jar:5.8.0 (test)
- net.bytebuddy:byte-buddy:jar:1.14.10 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.14.10 (test)
- org.objenesis:objenesis:jar:3.3 (test)
- us.codecraft:webmagic-core:jar:0.10.0 (compile)
- org.apache.httpcomponents:httpclient:jar:4.5.13 (compile)
- org.apache.httpcomponents:httpcore:jar:4.4.13 (compile)
- commons-logging:commons-logging:jar:1.2 (compile)
- commons-codec:commons-codec:jar:1.11 (compile)
- org.apache.commons:commons-lang3:jar:3.12.0 (compile)
- us.codecraft:xsoup:jar:0.3.7 (compile)
- org.jsoup:jsoup:jar:1.16.1 (compile)
- org.slf4j:slf4j-api:jar:2.0.4 (compile)
- org.apache.commons:commons-collections4:jar:4.4 (compile)
- com.jayway.jsonpath:json-path:jar:2.8.0 (compile)
- net.minidev:json-smart:jar:2.4.10 (runtime)
- net.minidev:accessors-smart:jar:2.4.9 (runtime)
- org.ow2.asm:asm:jar:9.3 (runtime)
- net.minidev:accessors-smart:jar:2.4.9 (runtime)
- net.minidev:json-smart:jar:2.4.10 (runtime)
- com.alibaba:fastjson:jar:2.0.19.graal (compile)
- com.alibaba.fastjson2:fastjson2-extension:jar:2.0.19.graal (compile)
- com.alibaba.fastjson2:fastjson2:jar:2.0.19.graal (compile)
- com.alibaba.fastjson2:fastjson2-extension:jar:2.0.19.graal (compile)
- org.apache.httpcomponents:httpclient:jar:4.5.13 (compile)
Licenses
Apache 2: fastjson1-compatible, fastjson2, fastjson2-extension
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
The BSD 2-Clause License: WebMagic Delayed Proxy
The MIT License: jsoup Java HTML Parser, xsoup
MIT License: SLF4J API Module
BSD-3-Clause: asm
Apache License, Version 2.0: Apache Commons Codec, Apache Commons Collections, Apache Commons Lang, Apache HttpClient, Apache HttpCore, Apache Log4j API, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis, webmagic-core
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
MIT: mockito-core
The Apache Software License, Version 2.0: ASM based accessors helper used by json-smart, Apache Commons Logging, 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 | - | Yes |
fastjson2-extension-2.0.19.graal.jar | 63.4 kB | 78 | 46 | 11 | 1.8 | Yes |
json-path-2.8.0.jar | 277.6 kB | 221 | 203 | 13 | 1.8 | Yes |
commons-codec-1.11.jar | 335 kB | 243 | 96 | 7 | 1.6 | Yes |
commons-logging-1.2.jar | 61.8 kB | 42 | 28 | 2 | 1.2 | Yes |
byte-buddy-1.14.10.jar | 4.2 MB | 2935 | 2881 | 39 | - | Yes |
byte-buddy-agent-1.14.10.jar | 256.8 kB | 90 | 70 | 3 | - | Yes |
accessors-smart-2.4.9.jar | 29.9 kB | 24 | 13 | 2 | 1.8 | Yes |
json-smart-2.4.10.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 |
httpclient-4.5.13.jar | 780.3 kB | 511 | 470 | 24 | 1.6 | Yes |
httpcore-4.4.13.jar | 328.6 kB | 283 | 253 | 17 | 1.6 | Yes |
log4j-api-2.20.0.jar | 313.3 kB | 223 | 189 | 9 | - | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | Yes |
jsoup-1.16.1.jar | 443.3 kB | 284 | 266 | 7 | 1.8 | Yes |
junit-jupiter-5.10.1.jar | 6.4 kB | 5 | 1 | 1 | - | No |
junit-jupiter-api-5.10.1.jar | 211 kB | 197 | 182 | 8 | - | Yes |
junit-jupiter-engine-5.10.1.jar | 244.7 kB | 147 | 130 | 9 | - | Yes |
junit-jupiter-params-5.10.1.jar | 586 kB | 381 | 347 | 22 | - | Yes |
junit-platform-commons-1.10.1.jar | 106.3 kB | 64 | 44 | 7 | - | Yes |
junit-platform-engine-1.10.1.jar | 204.8 kB | 153 | 136 | 10 | - | Yes |
mockito-core-5.8.0.jar | 700.4 kB | 641 | 569 | 64 | - | Yes |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | - | Yes |
asm-9.3.jar | 122.2 kB | 44 | 38 | 3 | - | Yes |
slf4j-api-2.0.4.jar | 61.8 kB | 66 | 52 | 5 | - | Yes |
webmagic-core-0.10.0.jar | 102.6 kB | 99 | 78 | 12 | 1.8 | Yes |
xsoup-0.3.7.jar | 62 kB | 65 | 53 | 3 | 1.8 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
30 | 12.8 MB | 8687 | 7866 | 365 | 1.8 | 29 |
compile: 15 | compile: 5.9 MB | compile: 3816 | compile: 3307 | compile: 178 | - | compile: 15 |
test: 12 | test: 6.6 MB | test: 4696 | test: 4415 | test: 177 | - | test: 11 |
runtime: 3 | runtime: 272.3 kB | runtime: 175 | runtime: 144 | runtime: 10 | - | runtime: 3 |