On this page
Project Dependencies
compile
以下是此项目的编译依赖项列表。这些依赖关系是编译和运行应用程序所必需的:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.apache.logging.log4j | log4j-api | 2.13.3 | jar | Apache 许可证,版本 2.0 |
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.logging.log4j | log4j-core | 2.13.3 | tests | test-jar | Apache 许可证,版本 2.0 |
org.mockito | mockito-core | 2.25.1 | - | jar | MITLicense |
org.springframework | spring-test | 3.2.18.RELEASE | - | jar | Apache 软件许可,版本 2.0 |
provided
以下是为此项目提供的依赖关系的列表。这些依赖关系是编译应用程序所必需的,但在使用该库时应默认提供这些依赖关系:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
javax.servlet | javax.servlet-api | 3.0.1 | jar | 具有 Classpath 异常的 CDDL GPLv2 |
项目传递依存关系
以下是此项目的传递依赖项列表。传递依赖是项目依赖的依赖。
test
以下是此项目的测试依赖项列表。仅在编译和运行应用程序的单元测试时才需要这些依赖项:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
commons-logging | commons-logging | 1.2 | jar | Apache 软件许可,版本 2.0 |
net.bytebuddy | byte-buddy | 1.9.7 | jar | Apache 软件许可,版本 2.0 |
net.bytebuddy | byte-buddy-agent | 1.9.7 | jar | Apache 软件许可,版本 2.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | 新的 BSD 许可证 |
org.objenesis | objenesis | 2.6 | jar | Apache 2 |
org.springframework | spring-core | 3.2.18.RELEASE | jar | Apache 软件许可,版本 2.0 |
项目依赖图
Dependency Tree
- org.apache.logging.log4j:log4j-web:jar:2.13.3
Apache Log4j 网站 |
---|
说明: 对 Web Servlet 容器的 Apache Log4j 支持 |
URL: https://logging.apache.org/log4j/2.x/log4j-web/ 项目许可证: Apache 许可证,版本 2.0 |
- 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 (compile)
Apache Log4j 核心 |
---|
说明: Apache Log4j 实现 |
URL: https://logging.apache.org/log4j/2.x/log4j-core/ 项目许可证: Apache 许可证,版本 2.0 |
- javax.servlet:javax.servlet-api:jar:3.0.1 (provided)
Java Servlet API |
---|
描述: Java.net-Java 技术协作的源 |
URL: http://servlet-spec.java.net 项目许可证: 具有 Classpath 异常的 CDDL GPLv2 |
- 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 |
- 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 许可证 |
- org.springframework:spring-test:jar:3.2.18.RELEASE (test)
Spring TestContext 框架 |
---|
说明: Spring TestContext Framework |
URL: https://github.com/SpringSource/spring-framework 项目许可证: Apache 软件许可,版本 2.0 |
- org.springframework:spring-core:jar:3.2.18.RELEASE (test)
Spring Core |
---|
说明: Spring Core |
URL: https://github.com/SpringSource/spring-framework 项目许可证: Apache 软件许可,版本 2.0 |
- commons-logging:commons-logging:jar:1.2 (test)
Apache Commons 日志记录 |
---|
描述: Apache Commons Logging 是一个瘦适配器,允许与其他众所周知的日志系统进行可配置的 bridge。 |
URL: http://commons.apache.org/proper/commons-logging/ 项目许可证: Apache 软件许可,版本 2.0 |
- org.mockito:mockito-core:jar:2.25.1 (test)
mockito-core |
---|
说明: Mockito 模拟对象库核心 API 和实现 |
URL: https://github.com/mockito/mockito 项目许可证: MITLicense |
- net.bytebuddy:byte-buddy:jar:1.9.7 (test)
字节好友(无依赖项) |
---|
说明: Byte Buddy 是一个 Java 库,用于在运行时创建 Java 类。该工件是 Byte Buddy 的构建,所有 ASM 依赖项都重新打包到其自己的名称空间中。 |
URL: http://bytebuddy.net/byte-buddy 项目许可证: Apache 软件许可,版本 2.0 |
- net\.bytebuddy:byte\-buddy\-agent:jar:1\.9\.7 \(test\)
字节好友 Java 代理 |
---|
说明: Byte Buddy Java 代理允许访问 JVM 的 HotSwap 功能。 |
URL: http://bytebuddy.net/byte-buddy-agent 项目许可证: Apache 软件许可,版本 2.0 |
- org\.objenesis:objenesis:jar:2\.6 \(test\)
Objenesis |
---|
说明: 一个用于实例化 Java 对象的库 |
URL: http://objenesis.org 项目许可证: Apache 2 |
Licenses
Apache 2: Objenesis
Eclipse Public License 1.0: JUnit
MIT 许可证: 模拟内核
Apache 许可证,版本 2.0: Apache Log4j API,Apache Log4j Core,Apache Log4j Web
CDDL GPLv2 具有 Classpath 异常: Java Servlet API
新的 BSD 许可证: Hamcrest Core
Apache 软件许可版本 2.0: Apache Commons Logging,字节好友(无依赖项),字节好友 Java 代理,Spring Core,Spring TestContext Framework
依赖文件详细信息
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
commons-logging-1.2.jar | 61.8 kB | 42 | 28 | 2 | 1.2 | Yes |
javax.servlet-api-3.0.1.jar | 85.4 kB | 94 | 74 | 4 | 1.5 | Yes |
junit-4.12.jar | 314.9 kB | 323 | 286 | 30 | 1.5 | Yes |
byte-buddy-1.9.7.jar | 3.3 MB | 2360 | 2310 | 36 | 1.6 | Yes |
byte-buddy-agent-1.9.7.jar | 43.4 kB | 41 | 30 | 1 | 1.5 | Yes |
log4j-api-2.13.3.jar | 292.3 kB | 214 | 179 | 8 | - | Yes |
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 | - | - | - | - | - |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
mockito-core-2.25.1.jar | 581 kB | 623 | 551 | 64 | 1.6 | Yes |
objenesis-2.6.jar | 55.7 kB | 59 | 43 | 10 | 1.6 | Yes |
spring-core-3.2.18.RELEASE.jar | 885.6 kB | 686 | 648 | 32 | 1.5 | Yes |
spring-test-3.2.18.RELEASE.jar | 458.3 kB | 369 | 335 | 27 | 1.5 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
13 | 9.4 MB | 6072 | 5646 | 268 | 1.8 | 12 |
compile: 2 | 编译:2 MB | compile: 1423 | compile: 1296 | compile: 59 | - | compile: 2 |
test: 10 | 测试:7.3 MB | test: 4555 | test: 4276 | test: 205 | - | test: 9 |
provided: 1 | 提供:85.4 kB | provided: 94 | provided: 74 | provided: 4 | - | provided: 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 |
glassfish-repository | http://download.java.net/maven/glassfish | Yes | Yes |
thirdparty | http://repository.nextiva.xyz:8081/nexus/content/repositories/thirdparty | Yes | No |
jvnet-nexus-snapshots | https://maven.java.net/content/repositories/snapshots | No | Yes |
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 | glassfish-repository | thirdparty | jvnet-nexus-snapshots | releases | apache.snapshots |
---|---|---|---|---|---|---|---|---|
commons-logging:commons-logging:jar:1.2 | - | 在 https://repo.maven.apache.org/maven2 找到 | - | - | - | - | - | - |
javax.servlet:javax.servlet-api:jar:3.0.1 | - | 在 https://repo.maven.apache.org/maven2 找到 | - | - | - | - | - | - |
junit:junit:jar:4.12 | - | 在 https://repo.maven.apache.org/maven2 找到 | - | - | - | - | - | - |
net.bytebuddy:byte-buddy:jar:1.9.7 | - | 在 https://repo.maven.apache.org/maven2 找到 | - | - | - | - | - | - |
net.bytebuddy:byte-buddy-agent:jar:1.9.7 | - | 在 https://repo.maven.apache.org/maven2 找到 | - | - | - | - | - | - |
org.apache.logging.log4j:log4j-api:jar: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.hamcrest:hamcrest-core:jar:1.3 | - | 在 https://repo.maven.apache.org/maven2 找到 | - | - | - | - | - | - |
org.mockito:mockito-core:jar:2.25.1 | - | 在 https://repo.maven.apache.org/maven2 找到 | - | - | - | - | - | - |
org.objenesis:objenesis:jar:2.6 | - | 在 https://repo.maven.apache.org/maven2 找到 | - | - | - | - | - | - |
org.springframework:spring-core:jar:3.2.18.RELEASE | - | 在 https://repo.maven.apache.org/maven2 找到 | - | - | - | - | - | - |
org.springframework:spring-test:jar:3.2.18.RELEASE | - | 在 https://repo.maven.apache.org/maven2 找到 | - | - | - | - | - | - |
Total | snapshots | central | apache.snapshots.https | glassfish-repository | thirdparty | jvnet-nexus-snapshots | releases | apache.snapshots |
13 (编译:2,测试:10,提供:1) | 0 | 10 | 0 | 0 | 0 | 0 | 0 | 0 |