Project Dependencies

compile

以下是此项目的编译依赖项列表。这些依赖关系是编译和运行应用程序所必需的:

GroupIdArtifactIdVersionTypeLicenses
org.apache.logging.log4jlog4j-api2.13.3jarApache 许可证,版本 2.0
org.apache.logging.log4jlog4j-core2.13.3jarApache 许可证,版本 2.0

test

以下是此项目的测试依赖项列表。仅在编译和运行应用程序的单元测试时才需要这些依赖项:

GroupIdArtifactIdVersionClassifierTypeLicenses
junitjunit4.12-jarEclipse 公共许可证 1.0
org.apache.logging.log4jlog4j-core2.13.3teststest-jarApache 许可证,版本 2.0
org.mockitomockito-core2.25.1-jarMITLicense
org.springframeworkspring-test3.2.18.RELEASE-jarApache 软件许可,版本 2.0

provided

以下是为此项目提供的依赖关系的列表。这些依赖关系是编译应用程序所必需的,但在使用该库时应默认提供这些依赖关系:

GroupIdArtifactIdVersionTypeLicenses
javax.servletjavax.servlet-api3.0.1jar具有 Classpath 异常的 CDDL GPLv2

项目传递依存关系

以下是此项目的传递依赖项列表。传递依赖是项目依赖的依赖。

test

以下是此项目的测试依赖项列表。仅在编译和运行应用程序的单元测试时才需要这些依赖项:

GroupIdArtifactIdVersionTypeLicenses
commons-loggingcommons-logging1.2jarApache 软件许可,版本 2.0
net.bytebuddybyte-buddy1.9.7jarApache 软件许可,版本 2.0
net.bytebuddybyte-buddy-agent1.9.7jarApache 软件许可,版本 2.0
org.hamcresthamcrest-core1.3jar新的 BSD 许可证
org.objenesisobjenesis2.6jarApache 2
org.springframeworkspring-core3.2.18.RELEASEjarApache 软件许可,版本 2.0

项目依赖图

Dependency Tree

  • org.apache.logging.log4j:log4j-web:jar:2.13.3

Information

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)

Information

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)

Information

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)

Information

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)

Information

Apache Log4j 核心
说明: Apache Log4j 实现

URL: https://logging.apache.org/log4j/2.x/log4j-core/
项目许可证: Apache 许可证,版本 2.0
  • junit:junit:jar:4.12 (test)

Information

JUnit
描述: JUnit 是 Java 的单元测试框架,由 Erich Gamma 和 Kent Beck 创建。

URL: http://junit.org
项目许可证: Eclipse 公共许可证 1.0
  • org.hamcrest:hamcrest-core:jar:1.3 (test)

Information

Hamcrest Core
说明: 这是供第三方框架提供商使用的 Hamcrest Matcher 框架的核心 API。这包括用于常见操作的基础匹配器实现集。

URL: https://github.com/hamcrest/JavaHamcrest/hamcrest-core
项目许可证: 新的 BSD 许可证
  • org.springframework:spring-test:jar:3.2.18.RELEASE (test)

Information

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)

Information

Spring Core
说明: Spring Core

URL: https://github.com/SpringSource/spring-framework
项目许可证: Apache 软件许可,版本 2.0
  • commons-logging:commons-logging:jar:1.2 (test)

Information

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)

Information

mockito-core
说明: Mockito 模拟对象库核心 API 和实现

URL: https://github.com/mockito/mockito
项目许可证: MITLicense
  • net.bytebuddy:byte-buddy:jar:1.9.7 (test)

Information

字节好友(无依赖项)
说明: 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\) 

Information

字节好友 Java 代理
说明: Byte Buddy Java 代理允许访问 JVM 的 HotSwap 功能。

URL: http://bytebuddy.net/byte-buddy-agent
项目许可证: Apache 软件许可,版本 2.0
 - org\.objenesis:objenesis:jar:2\.6 \(test\) 

Information

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

依赖文件详细信息

FilenameSizeEntriesClassesPackagesJava VersionDebug Information
commons-logging-1.2.jar61.8 kB422821.2Yes
javax.servlet-api-3.0.1.jar85.4 kB947441.5Yes
junit-4.12.jar314.9 kB323286301.5Yes
byte-buddy-1.9.7.jar3.3 MB23602310361.6Yes
byte-buddy-agent-1.9.7.jar43.4 kB413011.5Yes
log4j-api-2.13.3.jar292.3 kB2141798-Yes
log4j-core-2.13.3.jar1.7 MB12091117511.8Yes
log4j-core-2.13.3-tests.jar1.6 MB-----
hamcrest-core-1.3.jar45 kB524531.5Yes
mockito-core-2.25.1.jar581 kB623551641.6Yes
objenesis-2.6.jar55.7 kB5943101.6Yes
spring-core-3.2.18.RELEASE.jar885.6 kB686648321.5Yes
spring-test-3.2.18.RELEASE.jar458.3 kB369335271.5Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
139.4 MB607256462681.812
compile: 2编译:2 MBcompile: 1423compile: 1296compile: 59-compile: 2
test: 10测试:7.3 MBtest: 4555test: 4276test: 205-test: 9
provided: 1提供:85.4 kBprovided: 94provided: 74provided: 4-provided: 1

依赖关系存储库位置

Repo IDURLReleaseSnapshot
snapshotshttp://repository.nextiva.xyz:8081/nexus/content/repositories/snapshotsYesYes
centralhttps://repo.maven.apache.org/maven2YesNo
apache.snapshots.httpshttp://repository.nextiva.xyz:8081/nexus/content/repositories/apache-snapshots/YesYes
glassfish-repositoryhttp://download.java.net/maven/glassfishYesYes
thirdpartyhttp://repository.nextiva.xyz:8081/nexus/content/repositories/thirdpartyYesNo
jvnet-nexus-snapshotshttps://maven.java.net/content/repositories/snapshotsNoYes
releaseshttp://repository.nextiva.xyz:8081/nexus/content/repositories/releasesYesNo
apache.snapshotshttps://repository.apache.org/snapshotsNoYes

每个依赖项的存储库位置。

Artifactsnapshotscentralapache.snapshots.httpsglassfish-repositorythirdpartyjvnet-nexus-snapshotsreleasesapache.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 找到------
Totalsnapshotscentralapache.snapshots.httpsglassfish-repositorythirdpartyjvnet-nexus-snapshotsreleasesapache.snapshots
13 (编译:2,测试:10,提供:1)010000000