项目依赖
compile
以下是这一项目的编译依赖列表。编译和运行本应用需要这些依赖。
GroupId | ArtifactId | 版本 | 类型 | 许可证 | 备注 |
---|---|---|---|---|---|
cglib | cglib | 3.3.0 | jar | ASF 2.0 | 是 |
ch.qos.reload4j | reload4j | 1.2.24 | jar | The Apache Software License, Version 2.0 | 是 |
commons-logging | commons-logging | 1.2 | jar | The Apache Software License, Version 2.0 | 是 |
ognl | ognl | 3.3.4 | jar | The Apache Software License, Version 2.0 | 是 |
org.apache.logging.log4j | log4j-api | 2.20.0 | jar | Apache License, Version 2.0 | 是 |
org.javassist | javassist | 3.29.2-GA | jar | MPL 1.1LGPL 2.1Apache License 2.0 | 是 |
org.slf4j | slf4j-api | 2.0.6 | jar | MIT License | 是 |
test
以下是这一项目的测试依赖列表。这些依赖仅仅在编译和运行本应用中的单元测试时需要。
provided
以下是这一项目的已提供的依赖列表。编译本应用时需要这些依赖,但这些依赖库在使用时会默认提供。
GroupId | ArtifactId | 版本 | 类型 | 许可证 |
---|---|---|---|---|
com.microsoft.sqlserver | mssql-jdbc | 11.2.0.jre8 | jar | MIT License |
项目传递依赖
以下是本项目的传递依赖列表。传递依赖是项目依赖的依赖:
compile
以下是这一项目的编译依赖列表。编译和运行本应用需要这些依赖。
GroupId | ArtifactId | 版本 | 类型 | 许可证 |
---|---|---|---|---|
org.ow2.asm | asm | 7.1 | jar | BSD |
test
以下是这一项目的测试依赖列表。这些依赖仅仅在编译和运行本应用中的单元测试时需要。
provided
以下是这一项目的已提供的依赖列表。编译本应用时需要这些依赖,但这些依赖库在使用时会默认提供。
GroupId | ArtifactId | 版本 | 类型 | 许可证 |
---|---|---|---|---|
com.fasterxml.jackson.core | jackson-annotations | 2.10.3 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-core | 2.13.2 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-databind | 2.13.2.1 | jar | The Apache Software License, Version 2.0 |
com.github.stephenc.jcip | jcip-annotations | 1.0-1 | jar | Apache License, Version 2.0 |
com.microsoft.azure | msal4j | 1.13.0 | jar | MIT License |
com.nimbusds | content-type | 2.2 | jar | The Apache Software License, Version 2.0 |
com.nimbusds | lang-tag | 1.6 | jar | The Apache Software License, Version 2.0 |
com.nimbusds | nimbus-jose-jwt | 9.22 | jar | The Apache Software License, Version 2.0 |
com.nimbusds | oauth2-oidc-sdk | 9.35 | jar | Apache License, version 2.0 |
net.minidev | accessors-smart | 2.4.8 | jar | The Apache Software License, Version 2.0 |
net.minidev | json-smart | 2.4.8 | jar | The Apache Software License, Version 2.0 |
项目依赖图
项目依赖树
org.mybatis:mybatis:jar:3.5.13
mybatis 描述: The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.
ognl:ognl:jar:3.3.4 (compile)
OGNL - Object Graph Navigation Library 描述: OGNL - Object Graph Navigation Library
org.javassist:javassist:jar:3.29.2-GA (compile)
Javassist 描述: Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java.
URL: http://www.javassist.org/
项目许可证: MPL 1.1, LGPL 2.1, Apache License 2.0
org.slf4j:slf4j-api:jar:2.0.6 (compile)
SLF4J API Module 描述: The slf4j API
URL: http://www.slf4j.org
项目许可证: MIT License
ch.qos.reload4j:reload4j:jar:1.2.24 (compile)
reload4j 描述: Reload4j revives EOLed log4j 1.x
org.apache.logging.log4j:log4j-api:jar:2.20.0 (compile)
Apache Log4j API 描述: The Apache Log4j API
URL: https://logging.apache.org/log4j/2.x/log4j-api/
项目许可证: Apache License, Version 2.0
commons-logging:commons-logging:jar:1.2 (compile)
Apache Commons Logging 描述: Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
cglib:cglib:jar:3.3.0 (compile)
cglib 描述: cglib is a powerful, high performance and quality Code Generation Library, It is used to extend JAVA classes and implements interfaces at runtime.
URL: https://github.com/cglib/cglib/cglib
项目许可证: ASF 2.0
org.ow2.asm:asm:jar:7.1 (compile)
asm 描述: ASM, a very small and fast Java bytecode manipulation framework
URL: http://asm.ow2.org/
项目许可证: BSD
org.junit.jupiter:junit-jupiter-engine:jar:5.9.2 (test)
JUnit Jupiter Engine 描述: Module “junit-jupiter-engine” of JUnit 5.
URL: https://junit.org/junit5/
项目许可证: Eclipse Public License v2.0
org.junit.platform:junit-platform-engine:jar:1.9.2 (test)
JUnit Platform Engine API 描述: Module “junit-platform-engine” of JUnit 5.
URL: https://junit.org/junit5/
项目许可证: Eclipse Public License v2.0
org.opentest4j:opentest4j:jar:1.2.0 (test)
org.opentest4j:opentest4j 描述: Open Test Alliance for the JVM
org.junit.platform:junit-platform-commons:jar:1.9.2 (test)
JUnit Platform Commons 描述: Module “junit-platform-commons” of JUnit 5.
URL: https://junit.org/junit5/
项目许可证: Eclipse Public License v2.0
org.junit.jupiter:junit-jupiter-api:jar:5.9.2 (test)
JUnit Jupiter API 描述: Module “junit-jupiter-api” of JUnit 5.
URL: https://junit.org/junit5/
项目许可证: Eclipse Public License v2.0
org.apiguardian:apiguardian-api:jar:1.1.2 (test)
org.apiguardian:apiguardian-api 描述: @API Guardian
org.junit.jupiter:junit-jupiter-params:jar:5.9.2 (test)
JUnit Jupiter Params 描述: Module “junit-jupiter-params” of JUnit 5.
URL: https://junit.org/junit5/
项目许可证: Eclipse Public License v2.0
org.hsqldb:hsqldb:jar:2.6.1 (test)
HyperSQL Database 描述: HSQLDB - Lightweight 100% Java SQL Database Engine
URL: http://hsqldb.org
org.apache.derby:derby:jar:10.15.2.0 (test)
Apache Derby Database Engine and Embedded JDBC Driver 描述: Contains the core Apache Derby database engine, which also includes the embedded JDBC driver.
URL: http://db.apache.org/derby/
项目许可证: Apache 2
org.apache.derby:derbyshared:jar:10.15.2.0 (test)
Apache Derby Shared Code 描述: The code which is shared across all Derby configurations.
URL: http://db.apache.org/derby/
项目许可证: Apache 2
org.apache.derby:derbyoptionaltools:jar:10.15.2.0 (test)
Apache Derby Optional Tools 描述: Contains optional tools for use with Derby.
URL: http://db.apache.org/derby/
项目许可证: Apache 2
org.apache.derby:derbytools:jar:10.15.2.0 (test)
Apache Derby Tools 描述: Contains Apache Derby tools like ij, sysinfo, and dblook.
URL: http://db.apache.org/derby/
项目许可证: Apache 2
com.h2database:h2:jar:2.1.214 (test)
H2 Database Engine 描述: H2 Database Engine
org.mockito:mockito-core:jar:5.2.0 (test)
mockito-core 描述: Mockito mock objects library core API and implementation
URL: https://github.com/mockito/mockito
项目许可证: The MIT License
net.bytebuddy:byte-buddy:jar:1.14.1 (test)
Byte Buddy (without dependencies) 描述: Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.
URL: https://bytebuddy.net/byte-buddy
项目许可证: Apache License, Version 2.0
net.bytebuddy:byte-buddy-agent:jar:1.14.1 (test)
Byte Buddy agent 描述: The Byte Buddy agent offers convenience for attaching an agent to the local or a remote VM.
URL: https://bytebuddy.net/byte-buddy-agent
项目许可证: Apache License, Version 2.0
org.objenesis:objenesis:jar:3.3 (test)
Objenesis 描述: A library for instantiating Java objects
URL: http://objenesis.org/objenesis
项目许可证: Apache License, Version 2.0
org.mockito:mockito-subclass:jar:5.2.0 (test)
mockito-subclass 描述: Mockito preconfigured subclass mock maker
URL: https://github.com/mockito/mockito
项目许可证: The MIT License
org.mockito:mockito-junit-jupiter:jar:5.2.0 (test)
mockito-junit-jupiter 描述: Mockito JUnit 5 support
URL: https://github.com/mockito/mockito
项目许可证: The MIT License
org.apache.velocity:velocity-engine-core:jar:2.3 (test)
Apache Velocity - Engine 描述: Apache Velocity is a general purpose template engine.
URL: http://velocity.apache.org/engine/devel/velocity-engine-core/
项目许可证: Apache License, Version 2.0
org.apache.commons:commons-lang3:jar:3.11 (test)
Apache Commons Lang 描述: Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang’s hierarchy, or are considered to be so standard as to justify existence in java.lang.
URL: https://commons.apache.org/proper/commons-lang/
项目许可证: Apache License, Version 2.0
org.postgresql:postgresql:jar:42.5.4 (test)
PostgreSQL JDBC Driver 描述: PostgreSQL JDBC Driver Postgresql
URL: https://jdbc.postgresql.org
项目许可证: BSD-2-Clause
org.checkerframework:checker-qual:jar:3.5.0 (test)
Checker Qual 描述: Checker Qual is the set of annotations (qualifiers) and supporting classes used by the Checker Framework to type check Java source code. Please see artifact: org.checkerframework:checker
URL: https://checkerframework.org
项目许可证: The MIT License
com.mysql:mysql-connector-j:jar:8.0.32 (test)
MySQL Connector/J 描述: JDBC Type 4 driver for MySQL.
URL: http://dev.mysql.com/doc/connector-j/en/
项目许可证: The GNU General Public License, v2 with Universal FOSS Exception, v1.0
com.google.protobuf:protobuf-java:jar:3.21.9 (test)
Protocol Buffers [Core] 描述: Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.
URL: https://developers.google.com/protocol-buffers/protobuf-java/
项目许可证: BSD-3-Clause
org.assertj:assertj-core:jar:3.24.2 (test)
AssertJ Core 描述: Rich and fluent assertions for testing in Java
URL: https://assertj.github.io/doc/#assertj-core
项目许可证: Apache License, Version 2.0
eu.codearte.catch-exception:catch-exception:jar:2.0 (test)
catch-exception 描述: Catch throwables (not only exceptions)
URL: https://github.com/Codearte/catch-exception/catch-exception/
项目许可证: Apache 2
org.testcontainers:junit-jupiter:jar:1.17.6 (test)
Testcontainers :: JUnit Jupiter Extension 描述: Isolated container management for Java code testing
URL: https://testcontainers.org
项目许可证: MIT
org.testcontainers:testcontainers:jar:1.17.6 (test)
Testcontainers Core 描述: Isolated container management for Java code testing
URL: https://testcontainers.org
项目许可证: MIT
junit:junit:jar:4.13.2 (test)
JUnit 描述: JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.
URL: http://junit.org
项目许可证: Eclipse Public License 1.0
org.hamcrest:hamcrest-core:jar:1.3 (test)
Hamcrest Core 描述: This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
URL: https://github.com/hamcrest/JavaHamcrest/hamcrest-core
项目许可证: New BSD License
org.apache.commons:commons-compress:jar:1.22 (test)
Apache Commons Compress 描述: Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
URL: https://commons.apache.org/proper/commons-compress/
项目许可证: Apache License, Version 2.0
org.rnorth.duct-tape:duct-tape:jar:1.0.8 (test)
Duct Tape 描述: General purpose resilience utilities for Java 8 (circuit breakers, timeouts, rate limiters, and handlers for unreliable or inconsistent results)
URL: https://github.com/rnorth/duct-tape
项目许可证: MIT
org.jetbrains:annotations:jar:17.0.0 (test)
JetBrains Java Annotations 描述: A set of annotations used for code inspection support and code documentation.
com.github.docker-java:docker-java-api:jar:3.2.13 (test)
docker-java-api 描述: Java API Client for Docker
com.fasterxml.jackson.core:jackson-annotations:jar:2.10.3 (provided)
Jackson-annotations 描述: Core annotations used for value types, used by Jackson data binding package.
com.github.docker-java:docker-java-transport-zerodep:jar:3.2.13 (test)
docker-java-transport-zerodep 描述: Java API Client for Docker
com.github.docker-java:docker-java-transport:jar:3.2.13 (test)
docker-java-transport 描述: Java API Client for Docker
net.java.dev.jna:jna:jar:5.8.0 (test)
Java Native Access 描述: Java Native Access
URL: https://github.com/java-native-access/jna
项目许可证: LGPL, version 2.1, Apache License v2.0
org.testcontainers:postgresql:jar:1.17.6 (test)
Testcontainers :: JDBC :: PostgreSQL 描述: Isolated container management for Java code testing
URL: https://testcontainers.org
项目许可证: MIT
org.testcontainers:jdbc:jar:1.17.6 (test)
Testcontainers :: JDBC 描述: Isolated container management for Java code testing
URL: https://testcontainers.org
项目许可证: MIT
org.testcontainers:database-commons:jar:1.17.6 (test)
Testcontainers :: Database-Commons 描述: Isolated container management for Java code testing
URL: https://testcontainers.org
项目许可证: MIT
org.testcontainers:mysql:jar:1.17.6 (test)
Testcontainers :: JDBC :: MySQL 描述: Isolated container management for Java code testing
URL: https://testcontainers.org
项目许可证: MIT
com.microsoft.sqlserver:mssql-jdbc:jar:11.2.0.jre8 (provided)
Microsoft JDBC Driver for SQL Server 描述: Microsoft JDBC Driver for SQL Server.
URL: https://github.com/Microsoft/mssql-jdbc
项目许可证: MIT License
com.microsoft.azure:msal4j:jar:1.13.0 (provided)
msal4j 描述: Microsoft Authentication Library for Java gives you the ability to obtain tokens from Azure AD v2 (work and school accounts, MSA) and Azure AD B2C, gaining access to Microsoft Cloud API and any other API secured by Microsoft identities
URL: https://github.com/AzureAD/microsoft-authentication-library-for-java
项目许可证: MIT License
com.nimbusds:oauth2-oidc-sdk:jar:9.35 (provided)
OAuth 2.0 SDK with OpenID Connect extensions 描述: OAuth 2.0 SDK with OpenID Connection extensions for developing client and server applications.
URL: https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions
项目许可证: Apache License, version 2.0
com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 (provided)
JCIP Annotations under Apache License 描述: A clean room implementation of the JCIP Annotations based entirely on the specification provided by the javadocs.
URL: http://stephenc.github.com/jcip-annotations
项目许可证: Apache License, Version 2.0
com.nimbusds:content-type:jar:2.2 (provided)
Nimbus Content Type 描述: Java library for Content (Media) Type representation
com.nimbusds:lang-tag:jar:1.6 (provided)
Nimbus LangTag 描述: Java implementation of “Tags for Identifying Languages” (RFC 5646).
com.nimbusds:nimbus-jose-jwt:jar:9.22 (provided)
Nimbus JOSE+JWT 描述: Java library for Javascript Object Signing and Encryption (JOSE) and JSON Web Tokens (JWT)
net.minidev:json-smart:jar:2.4.8 (provided)
JSON Small and Fast Parser 描述: JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
net.minidev:accessors-smart:jar:2.4.8 (provided)
ASM based accessors helper used by json-smart 描述: Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.
com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.1 (provided)
jackson-databind 描述: General data-binding functionality for Jackson: works on core streaming API
com.fasterxml.jackson.core:jackson-core:jar:2.13.2 (provided)
Jackson-core 描述: Core Jackson processing abstractions (aka Streaming API), implementation for JSON
ch.qos.logback:logback-classic:jar:1.4.5 (test)
Logback Classic Module 描述: logback-classic module
URL: http://logback.qos.ch/logback-classic
项目许可证: Eclipse Public License - v 1.0, GNU Lesser General Public License
ch.qos.logback:logback-core:jar:1.4.5 (test)
Logback Core Module 描述: logback-core module
URL: http://logback.qos.ch/logback-core
项目许可证: Eclipse Public License - v 1.0, GNU Lesser General Public License
org.apache.logging.log4j:log4j-core:jar:2.20.0 (test)
Apache Log4j Core 描述: The Apache Log4j Implementation
URL: https://logging.apache.org/log4j/2.x/log4j-core/
项目许可证: Apache License, Version 2.0
执照
Apache License, version 2.0: OAuth 2.0 SDK with OpenID Connect extensions
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Eclipse Public License 1.0: JUnit
MIT License: Microsoft JDBC Driver for SQL Server, SLF4J API Module, msal4j
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
The GNU General Public License, v2 with Universal FOSS Exception, v1.0: MySQL Connector/J
New BSD License: Hamcrest Core
Apache 2: Apache Derby Database Engine and Embedded JDBC Driver, Apache Derby Optional Tools, Apache Derby Shared Code, Apache Derby Tools, catch-exception
BSD: asm
Apache License 2.0: Javassist
The MIT License: Checker Qual, mockito-core, mockito-junit-jupiter, mockito-subclass
Apache License, Version 2.0: Apache Commons Compress, Apache Commons Lang, Apache Log4j API, Apache Log4j Core, Apache Velocity - Engine, AssertJ Core, Byte Buddy (without dependencies), Byte Buddy agent, JCIP Annotations under Apache License, Objenesis
EPL 1.0: H2 Database Engine
MPL 1.1: Javassist
MPL 2.0: H2 Database Engine
LGPL, version 2.1: Java Native Access
Apache License v2.0: Java Native Access
HSQLDB License, a BSD open source license: HyperSQL Database
BSD-2-Clause: PostgreSQL JDBC Driver
BSD-3-Clause: Protocol Buffers [Core]
ASF 2.0: cglib
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
LGPL 2.1: Javassist
MIT: Duct Tape, Testcontainers :: Database-Commons, Testcontainers :: JDBC, Testcontainers :: JDBC :: MySQL, Testcontainers :: JDBC :: PostgreSQL, Testcontainers :: JUnit Jupiter Extension, Testcontainers Core
The Apache Software License, Version 2.0: ASM based accessors helper used by json-smart, Apache Commons Logging, JSON Small and Fast Parser, Jackson-annotations, Jackson-core, JetBrains Java Annotations, Nimbus Content Type, Nimbus JOSE+JWT, Nimbus LangTag, OGNL - Object Graph Navigation Library, docker-java-api, docker-java-transport, docker-java-transport-zerodep, jackson-databind, mybatis, reload4j
Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module
依赖文件详细信息
文件 | 大小 | 条目 | 类 | 包 | Java 版本 | 调试信息 | 封闭的 |
---|---|---|---|---|---|---|---|
logback-classic-1.4.5.jar | 266.1 kB | 225 | 173 | 27 | - | 是 | 否 |
logback-core-1.4.5.jar | 577.5 kB | 498 | 446 | 42 | - | 是 | 否 |
jackson-annotations-2.10.3.jar | 68.1 kB | 81 | 69 | 2 | - | 是 | 否 |
jackson-core-2.13.2.jar | 374.7 kB | 156 | 128 | 13 | - | 是 | 否 |
jackson-databind-2.13.2.1.jar | 1.5 MB | 745 | 707 | 23 | - | 是 | 否 |
docker-java-api-3.2.13.jar | 466.9 kB | 397 | 382 | 5 | 1.8 | 是 | 否 |
docker-java-transport-3.2.13.jar | 37.5 kB | 45 | 34 | 1 | 1.8 | 是 | 否 |
docker-java-transport-zerodep-3.2.13.jar | 2 MB | 1412 | 1182 | 63 | 1.8 | 是 | 否 |
jcip-annotations-1.0-1.jar | 4.7 kB | 14 | 4 | 1 | 1.5 | 否 | 否 |
protobuf-java-3.21.9.jar | 1.7 MB | 705 | 679 | 2 | 1.7 | 是 | 否 |
h2-2.1.214.jar | 2.5 MB | 1031 | 1026 | 58 | - | 是 | 否 |
msal4j-1.13.0.jar | 288.9 kB | 210 | 199 | 1 | 1.8 | 是 | 否 |
mssql-jdbc-11.2.0.jre8.jar | 1.4 MB | 463 | 436 | 9 | 1.8 | 是 | 否 |
mysql-connector-j-8.0.32.jar | 2.5 MB | 1117 | 1065 | 29 | 1.8 | 是 | 否 |
content-type-2.2.jar | 8.2 kB | 13 | 2 | 1 | 1.7 | 是 | 否 |
lang-tag-1.6.jar | 10.9 kB | 14 | 4 | 1 | 1.6 | 是 | 否 |
nimbus-jose-jwt-9.22.jar | 678.7 kB | 445 | 401 | 27 | 1.8 | 是 | 否 |
oauth2-oidc-sdk-9.35.jar | 810.8 kB | 513 | 446 | 48 | 1.7 | 是 | 否 |
catch-exception-2.0.jar | 11.5 kB | 24 | 11 | 3 | 1.8 | 是 | 否 |
junit-4.13.2.jar | 384.6 kB | 389 | 350 | 32 | 1.5 | 是 | 否 |
byte-buddy-1.14.1.jar | 4.2 MB | 2916 | 2862 | 39 | - | 是 | 否 |
byte-buddy-agent-1.14.1.jar | 256.7 kB | 90 | 70 | 3 | - | 是 | 否 |
jna-5.8.0.jar | 1.7 MB | 178 | 117 | 4 | 1.6 | 是 | 否 |
accessors-smart-2.4.8.jar | 29.5 kB | 24 | 13 | 2 | 1.8 | 是 | 否 |
json-smart-2.4.8.jar | 119.5 kB | 107 | 93 | 5 | 1.8 | 是 | 否 |
commons-compress-1.22.jar | 1 MB | 575 | 523 | 35 | 1.8 | 是 | 否 |
commons-lang3-3.11.jar | 577.7 kB | 368 | 339 | 17 | 1.8 | 是 | 否 |
derby-10.15.2.0.jar | 3.7 MB | 1756 | 1698 | 92 | - | 是 | 是 |
derbyoptionaltools-10.15.2.0.jar | 93 kB | 50 | 46 | 7 | - | 是 | 是 |
derbyshared-10.15.2.0.jar | 93.7 kB | 55 | 53 | 12 | - | 是 | 否 |
derbytools-10.15.2.0.jar | 264.4 kB | 123 | 114 | 11 | - | 是 | 否 |
log4j-core-2.20.0.jar | 1.8 MB | 1305 | 1210 | 54 | 1.8 | 是 | 否 |
velocity-engine-core-2.3.jar | 531.3 kB | 299 | 256 | 19 | 1.8 | 是 | 否 |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | 是 | 否 |
assertj-core-3.24.2.jar | 1.3 MB | 854 | 814 | 28 | - | 是 | 否 |
checker-qual-3.5.0.jar | 214.4 kB | 382 | 321 | 33 | 1.8 | 是 | 否 |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | 是 | 否 |
hsqldb-2.6.1.jar | 1.6 MB | 729 | 665 | 23 | - | 否 | 是 |
annotations-17.0.0.jar | 19 kB | 47 | 39 | 2 | 1.8 | 是 | 否 |
junit-jupiter-api-5.9.2.jar | 207.8 kB | 194 | 179 | 8 | - | 是 | 否 |
junit-jupiter-engine-5.9.2.jar | 246.6 kB | 151 | 134 | 9 | - | 是 | 否 |
junit-jupiter-params-5.9.2.jar | 579.8 kB | 377 | 343 | 22 | - | 是 | 否 |
junit-platform-commons-1.9.2.jar | 103 kB | 64 | 44 | 7 | - | 是 | 否 |
junit-platform-engine-1.9.2.jar | 189.2 kB | 143 | 127 | 9 | - | 是 | 否 |
mockito-core-5.2.0.jar | 687.4 kB | 637 | 565 | 64 | - | 是 | 否 |
mockito-junit-jupiter-5.2.0.jar | 5.5 kB | 9 | 2 | 1 | - | 是 | 否 |
mockito-subclass-5.2.0.jar | 1.5 kB | 6 | 0 | 0 | - | 否 | 否 |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | 是 | 否 |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | - | 是 | 否 |
asm-7.1.jar | 114.8 kB | 42 | 36 | 3 | - | 是 | 否 |
postgresql-42.5.4.jar | 1 MB | 536 | 469 | 44 | 1.8 | 是 | 否 |
duct-tape-1.0.8.jar | 25.4 kB | 37 | 22 | 6 | 1.8 | 是 | 否 |
database-commons-1.17.6.jar | 10.4 kB | 15 | 8 | 3 | 1.8 | 是 | 否 |
jdbc-1.17.6.jar | 29.1 kB | 21 | 12 | 3 | 1.8 | 是 | 否 |
junit-jupiter-1.17.6.jar | 11.2 kB | 13 | 7 | 1 | 1.8 | 是 | 否 |
mysql-1.17.6.jar | 9.1 kB | 14 | 4 | 1 | 1.8 | 是 | 否 |
postgresql-1.17.6.jar | 9.7 kB | 14 | 6 | 1 | 1.8 | 是 | 否 |
testcontainers-1.17.6.jar | 11.8 MB | 8690 | 8296 | 354 | 1.8 | 是 | 否 |
cglib-3.3.0.jar | 306.9 kB | 270 | 249 | 8 | 1.5 | 是 | 否 |
reload4j-1.2.24.jar | 332 kB | 243 | 217 | 14 | 1.5 | 是 | 否 |
commons-logging-1.2.jar | 61.8 kB | 42 | 28 | 2 | 1.2 | 是 | 否 |
ognl-3.3.4.jar | 264.8 kB | 156 | 144 | 4 | 1.8 | 是 | 否 |
log4j-api-2.20.0.jar | 313.3 kB | 223 | 189 | 9 | - | 是 | 否 |
javassist-3.29.2-GA.jar | 794.1 kB | 450 | 426 | 17 | 1.8 | 是 | 否 |
slf4j-api-2.0.6.jar | 62.5 kB | 66 | 52 | 5 | - | 是 | 否 |
共计 | 大小 | 条目 | 类 | 包 | Java 版本 | 调试信息 | 封闭的 |
65 | 50.6 MB | 30899 | 28634 | 1386 | 1.8 | 62 | 3 |
compile: 8 | compile: 2.3 MB | compile: 1492 | compile: 1341 | compile: 62 | - | compile: 8 | - |
test: 45 | test: 43 MB | test: 26622 | test: 24791 | test: 1191 | - | test: 43 | test: 3 |
provided: 12 | provided: 5.4 MB | provided: 2785 | provided: 2502 | provided: 133 | - | provided: 11 | - |