On this page
Project Dependencies
compile
以下是此项目的编译依赖项列表。这些依赖关系是编译和运行应用程序所必需的:
GroupId | ArtifactId | Version | Type | Licenses | Optional |
---|---|---|---|---|---|
org.apache.logging.log4j | log4j-api | 2.13.3 | jar | Apache 许可证,版本 2.0 | No |
org.slf4j | slf4j-api | 1.7.25 | jar | MIT License | No |
org.slf4j | slf4j-ext | 1.7.25 | jar | MIT License | Yes |
runtime
以下是此项目的运行时依赖项列表。这些依赖关系是运行应用程序所必需的:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.apache.logging.log4j | log4j-core | 2.13.3 | jar | Apache 许可证,版本 2.0 |
test
以下是此项目的测试依赖项列表。仅在编译和运行应用程序的单元测试时才需要这些依赖项:
GroupId | ArtifactId | Version | Classifier | Type | Licenses |
---|---|---|---|---|---|
junit | junit | 4.12 | - | jar | Eclipse 公共许可证 1.0 |
org.apache.commons | commons-csv | 1.7 | - | jar | Apache 许可证,版本 2.0 |
org.apache.commons | commons-lang3 | 3.9 | - | jar | Apache 许可证,版本 2.0 |
org.apache.logging.log4j | log4j-api | 2.13.3 | tests | test-jar | Apache 许可证,版本 2.0 |
org.apache.logging.log4j | log4j-core | 2.13.3 | tests | test-jar | Apache 许可证,版本 2.0 |
org.apache.logging.log4j | log4j-to-slf4j | 2.13.3 | - | jar | Apache 许可证,版本 2.0 |
项目传递依存关系
以下是此项目的传递依赖项列表。传递依赖是项目依赖的依赖。
test
以下是此项目的测试依赖项列表。仅在编译和运行应用程序的单元测试时才需要这些依赖项:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.hamcrest | hamcrest-core | 1.3 | jar | 新的 BSD 许可证 |
项目依赖图
Dependency Tree
- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.13.3
Apache Log4j SLF4J 绑定 |
---|
说明: 将 Apache Log4j SLF4J API 绑定到 Log4j 2 Core |
URL: https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/ 项目许可证: Apache 许可证,版本 2.0 |
- org.slf4j:slf4j-api:jar:1.7.25 (compile)
SLF4J API 模块 |
---|
说明: slf4j API |
URL: http://www.slf4j.org 项目许可证: MIT License |
- org.slf4j:slf4j-ext:jar:1.7.25 (compile)
SLF4J 扩展模块 |
---|
说明: SLF4J API 的扩展 |
URL: http://www.slf4j.org 项目许可证: MIT License |
- org.apache.logging.log4j:log4j-api:jar:2.13.3 (compile)
Apache Log4j API |
---|
说明: Apache Log4j API |
URL: https://logging.apache.org/log4j/2.x/log4j-api/ 项目许可证: Apache 许可证,版本 2.0 |
- org.apache.logging.log4j:log4j-core:jar:2.13.3 (runtime)
Apache Log4j 核心 |
---|
说明: Apache Log4j 实现 |
URL: https://logging.apache.org/log4j/2.x/log4j-core/ 项目许可证: Apache 许可证,版本 2.0 |
- org.apache.logging.log4j:log4j-api:test-jar:tests:2.13.3 (test)
Apache Log4j API |
---|
说明: Apache Log4j API |
URL: https://logging.apache.org/log4j/2.x/log4j-api/ 项目许可证: Apache 许可证,版本 2.0 |
- org.apache.commons:commons-lang3:jar:3.9 (test)
Apache Commons Lang |
---|
描述: Apache Commons Lang,这是 JavaUtil 类的软件包,用于 Java.lang 层次结构中的类,或者被认为是标准的,可以证明存在于 java.lang 中。 |
URL: http://commons.apache.org/proper/commons-lang/ 项目许可证: Apache 许可证,版本 2.0 |
- org.apache.commons:commons-csv:jar:1.7 (test)
Apache Commons CSV |
---|
说明: Apache Commons CSV 库提供了用于读取和写入各种类型 CSV 文件的简单界面。 |
URL: http://commons.apache.org/proper/commons-csv/ 项目许可证: Apache 许可证,版本 2.0 |
- org.apache.logging.log4j:log4j-core:test-jar:tests:2.13.3 (test)
Apache Log4j 核心 |
---|
说明: Apache Log4j 实现 |
URL: https://logging.apache.org/log4j/2.x/log4j-core/ 项目许可证: Apache 许可证,版本 2.0 |
- org.apache.logging.log4j:log4j-to-slf4j:jar:2.13.3 (test)
Apache Log4j 到 SLF4J 适配器 |
---|
说明: Log4j 2 API 和 SLF4J 之间的 Apache Log4j 绑定。 |
URL: https://logging.apache.org/log4j/2.x/log4j-to-slf4j/ 项目许可证: Apache 许可证,版本 2.0 |
- junit:junit:jar:4.12 (test)
JUnit |
---|
描述: JUnit 是 Java 的单元测试框架,由 Erich Gamma 和 Kent Beck 创建。 |
URL: http://junit.org 项目许可证: Eclipse 公共许可证 1.0 |
- org.hamcrest:hamcrest-core:jar:1.3 (test)
Hamcrest Core |
---|
说明: 这是供第三方框架提供商使用的 Hamcrest Matcher 框架的核心 API。这包括用于常见操作的基础匹配器实现集。 |
URL: https://github.com/hamcrest/JavaHamcrest/hamcrest-core 项目许可证: 新的 BSD 许可证 |
Licenses
Eclipse Public License 1.0: JUnit
MIT 许可证: SLF4J API 模块,SLF4J 扩展模块
Apache 许可证,版本 2.0: Apache Commons CSV,Apache Commons Lang,Apache Log4j API,Apache Log4j Core,Apache Log4j SLF4J 绑定,Apache Log4j 到 SLF4J 适配器
新的 BSD 许可证: Hamcrest Core
依赖文件详细信息
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
junit-4.12.jar | 314.9 kB | 323 | 286 | 30 | 1.5 | Yes |
commons-csv-1.7.jar | 45.1 kB | 30 | 17 | 1 | 1.8 | Yes |
commons-lang3-3.9.jar | 503.9 kB | 306 | 281 | 13 | 1.8 | Yes |
log4j-api-2.13.3.jar | 292.3 kB | 214 | 179 | 8 | - | Yes |
log4j-api-2.13.3-tests.jar | 240.6 kB | - | - | - | - | - |
log4j-core-2.13.3.jar | 1.7 MB | 1209 | 1117 | 51 | 1.8 | Yes |
log4j-core-2.13.3-tests.jar | 1.6 MB | - | - | - | - | - |
log4j-to-slf4j-2.13.3.jar | 17.5 kB | 22 | 6 | 1 | 1.8 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
slf4j-api-1.7.25.jar | 41.2 kB | 46 | 34 | 4 | 1.5 | Yes |
slf4j-ext-1.7.25.jar | 42.4 kB | 44 | 30 | 6 | 1.5 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
11 | 4.9 MB | 2246 | 1995 | 117 | 1.8 | 9 |
compile: 3 | 编译:375.9 kB | compile: 304 | compile: 243 | compile: 18 | - | compile: 3 |
test: 7 | 测试:2.8 MB | test: 733 | test: 635 | test: 48 | - | test: 5 |
runtime: 1 | 运行时:1.7 MB | runtime: 1209 | runtime: 1117 | runtime: 51 | - | runtime: 1 |
依赖关系存储库位置
Repo ID | URL | Release | Snapshot |
---|---|---|---|
snapshots | http://repository.nextiva.xyz:8081/nexus/content/repositories/snapshots | Yes | Yes |
central | https://repo.maven.apache.org/maven2 | Yes | No |
apache.snapshots.https | http://repository.nextiva.xyz:8081/nexus/content/repositories/apache-snapshots/ | Yes | Yes |
thirdparty | http://repository.nextiva.xyz:8081/nexus/content/repositories/thirdparty | Yes | No |
releases | http://repository.nextiva.xyz:8081/nexus/content/repositories/releases | Yes | No |
apache.snapshots | https://repository.apache.org/snapshots | No | Yes |
每个依赖项的存储库位置。
Artifact | snapshots | central | apache.snapshots.https | thirdparty | releases | apache.snapshots |
---|---|---|---|---|---|---|
junit:junit:jar:4.12 | - | 在 https://repo.maven.apache.org/maven2 找到 | - | - | - | - |
org.apache.commons:commons-csv:jar:1.7 | - | 在 https://repo.maven.apache.org/maven2 找到 | - | - | - | - |
org.apache.commons:commons-lang3:jar:3.9 | - | 在 https://repo.maven.apache.org/maven2 找到 | - | - | - | - |
org.apache.logging.log4j:log4j-api:jar:2.13.3 | - | - | - | - | - | - |
org.apache.logging.log4j:log4j-api:test-jar:tests:2.13.3 | - | - | - | - | - | - |
org.apache.logging.log4j:log4j-core:jar:2.13.3 | - | - | - | - | - | - |
org.apache.logging.log4j:log4j-core:test-jar:tests:2.13.3 | - | - | - | - | - | - |
org.apache.logging.log4j:log4j-to-slf4j:jar:2.13.3 | - | - | - | - | - | - |
org.hamcrest:hamcrest-core:jar:1.3 | - | 在 https://repo.maven.apache.org/maven2 找到 | - | - | - | - |
org.slf4j:slf4j-api:jar:1.7.25 | - | 在 https://repo.maven.apache.org/maven2 找到 | - | - | - | - |
org.slf4j:slf4j-ext:jar:1.7.25 | - | 在 https://repo.maven.apache.org/maven2 找到 | - | - | - | - |
Total | snapshots | central | apache.snapshots.https | thirdparty | releases | apache.snapshots |
11 (编译:3,测试:7,运行时:1) | 0 | 6 | 0 | 0 | 0 | 0 |