项目依赖
compile
以下是这一项目的编译依赖列表。编译和运行本应用需要这些依赖。
GroupId | ArtifactId | 版本 | 类型 | Licenses | 备注 |
---|---|---|---|---|---|
cglib | cglib | 3.3.0 | jar | ASF 2.0 | Yes |
commons-logging | commons-logging | 1.2 | jar | The Apache Software License, Version 2.0 | Yes |
log4j | log4j | 1.2.17 | jar | The Apache Software License, Version 2.0 | Yes |
ognl | ognl | 3.2.20 | jar | The Apache Software License, Version 2.0 | Yes |
org.apache.logging.log4j | log4j-core | 2.14.1 | jar | Apache License, Version 2.0 | Yes |
org.javassist | javassist | 3.27.0-GA | jar | MPL 1.1LGPL 2.1Apache License 2.0 | Yes |
org.slf4j | slf4j-api | 1.7.30 | jar | MIT License | Yes |
org.slf4j | slf4j-log4j12 | 1.7.30 | jar | MIT License | Yes |
test
以下是这一项目的测试依赖列表。这些依赖仅仅在编译和运行本应用中的单元测试时需要。
GroupId | ArtifactId | 版本 | 类型 | Licenses |
---|---|---|---|---|
com.h2database | h2 | 1.4.200 | jar | MPL 2.0 or EPL 1.0 |
eu.codearte.catch-exception | catch-exception | 2.0 | jar | Apache 2 |
mysql | mysql-connector-java | 8.0.24 | jar | The GNU General Public License, v2 with FOSS exception |
org.apache.derby | derby | 10.14.2.0 | jar | Apache 2 |
org.apache.velocity | velocity-engine-core | 2.3 | jar | Apache License, Version 2.0 |
org.assertj | assertj-core | 3.19.0 | jar | Apache License, Version 2.0 |
org.hsqldb | hsqldb | 2.5.1 | jar | HSQLDB License, a BSD open source license |
org.junit.jupiter | junit-jupiter-engine | 5.7.1 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 3.9.0 | jar | The MIT License |
org.mockito | mockito-junit-jupiter | 3.9.0 | jar | The MIT License |
org.postgresql | postgresql | 42.2.20 | jar | BSD-2-Clause |
org.testcontainers | junit-jupiter | 1.15.3 | jar | MIT |
org.testcontainers | mysql | 1.15.3 | jar | MIT |
org.testcontainers | postgresql | 1.15.3 | jar | MIT |
provided
以下是这一项目的已提供的依赖列表。编译本应用时需要这些依赖,但这些依赖库在使用时会默认提供。
GroupId | ArtifactId | 版本 | 类型 | Licenses |
---|---|---|---|---|
com.microsoft.sqlserver | mssql-jdbc | 8.4.1.jre8 | jar | MIT License |
项目传递依赖
以下是本项目的传递依赖列表。传递依赖是项目依赖的依赖:
compile
以下是这一项目的编译依赖列表。编译和运行本应用需要这些依赖。
GroupId | ArtifactId | 版本 | 类型 | Licenses | 备注 |
---|---|---|---|---|---|
org.apache.logging.log4j | log4j-api | 2.14.1 | jar | Apache License, Version 2.0 | Yes |
org.ow2.asm | asm | 7.1 | jar | BSD | Yes |
test
以下是这一项目的测试依赖列表。这些依赖仅仅在编译和运行本应用中的单元测试时需要。
项目依赖图
项目依赖树
org.mybatis:mybatis:jar:3.5.7
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.2.20 (compile)
OGNL - Object Graph Navigation Library 描述: OGNL - Object Graph Navigation Library
org.javassist:javassist:jar:3.27.0-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:1.7.30 (compile)
SLF4J API Module 描述: The slf4j API
URL: http://www.slf4j.org
项目授权: MIT License
org.slf4j:slf4j-log4j12:jar:1.7.30 (compile)
SLF4J LOG4J-12 Binding 描述: SLF4J LOG4J-12 Binding
URL: http://www.slf4j.org
项目授权: MIT License
log4j:log4j:jar:1.2.17 (compile)
Apache Log4j 描述: Apache Log4j 1.2
org.apache.logging.log4j:log4j-core:jar:2.14.1 (compile)
Apache Log4j Core 描述: The Apache Log4j Implementation
org.apache.logging.log4j:log4j-api:jar:2.14.1 (compile)
Apache Log4j API 描述: The Apache Log4j API
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.7.1 (test)
JUnit Jupiter Engine 描述: Module “junit-jupiter-engine” of JUnit 5.
org.apiguardian:apiguardian-api:jar:1.1.0 (test)
org.apiguardian:apiguardian-api 描述: @API Guardian
org.junit.platform:junit-platform-engine:jar:1.7.1 (test)
JUnit Platform Engine API 描述: Module “junit-platform-engine” of JUnit 5.
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.7.1 (test)
JUnit Platform Commons 描述: Module “junit-platform-commons” of JUnit 5.
org.junit.jupiter:junit-jupiter-api:jar:5.7.1 (test)
JUnit Jupiter API 描述: Module “junit-jupiter-api” of JUnit 5.
org.hsqldb:hsqldb:jar:2.5.1 (test)
HyperSQL Database 描述: HSQLDB - Lightweight 100% Java SQL Database Engine
URL: http://hsqldb.org
org.apache.derby:derby:jar:10.14.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
com.h2database:h2:jar:1.4.200 (test)
H2 Database Engine 描述: H2 Database Engine
项目授权: MPL 2.0 or EPL 1.0
org.mockito:mockito-core:jar:3.9.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.10.20 (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.
net.bytebuddy:byte-buddy-agent:jar:1.10.20 (test)
Byte Buddy agent 描述: The Byte Buddy agent offers convenience for attaching an agent to the local or a remote VM.
org.objenesis:objenesis:jar:3.2 (test)
Objenesis 描述: A library for instantiating Java objects
org.mockito:mockito-junit-jupiter:jar:3.9.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/
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.
org.postgresql:postgresql:jar:42.2.20 (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
mysql:mysql-connector-java:jar:8.0.24 (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 FOSS exception
com.google.protobuf:protobuf-java:jar:3.11.4 (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/
项目授权: 3-Clause BSD License
org.assertj:assertj-core:jar:3.19.0 (test)
AssertJ fluent assertions 描述: Rich and fluent assertions for testing for Java
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.15.3 (test)
Testcontainers :: JUnit Jupiter Extension 描述: Isolated container management for Java code testing
URL: https://testcontainers.org
项目授权: MIT
org.testcontainers:testcontainers:jar:1.15.3 (test)
Testcontainers Core 描述: Isolated container management for Java code testing
URL: https://testcontainers.org
项目授权: MIT
junit:junit:jar:4.12 (test)
JUnit 描述: JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.
URL: http://junit.org
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.20 (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.
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.rnorth.visible-assertions:visible-assertions:jar:2.1.2 (test)
Visible Assertions 描述: Richer logging for Java test suites
URL: https://github.com/rnorth/visible-assertions
项目授权: MIT
net.java.dev.jna:jna:jar:5.2.0 (test)
Java Native Access 描述: Java Native Access
com.github.docker-java:docker-java-api:jar:3.2.8 (test)
docker-java-api 描述: Java API Client for Docker
com.fasterxml.jackson.core:jackson-annotations:jar:2.10.3 (test)
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.8 (test)
docker-java-transport-zerodep 描述: Java API Client for Docker
com.github.docker-java:docker-java-transport:jar:3.2.8 (test)
docker-java-transport 描述: Java API Client for Docker
org.testcontainers:postgresql:jar:1.15.3 (test)
Testcontainers :: JDBC :: PostgreSQL 描述: Isolated container management for Java code testing
URL: https://testcontainers.org
项目授权: MIT
org.testcontainers:jdbc:jar:1.15.3 (test)
Testcontainers :: JDBC 描述: Isolated container management for Java code testing
URL: https://testcontainers.org
项目授权: MIT
org.testcontainers:database-commons:jar:1.15.3 (test)
Testcontainers :: Database-Commons 描述: Isolated container management for Java code testing
URL: https://testcontainers.org
项目授权: MIT
org.testcontainers:mysql:jar:1.15.3 (test)
Testcontainers :: JDBC :: MySQL 描述: Isolated container management for Java code testing
URL: https://testcontainers.org
项目授权: MIT
com.microsoft.sqlserver:mssql-jdbc:jar:8.4.1.jre8 (provided)
Microsoft JDBC Driver for SQL Server 描述: Microsoft JDBC Driver for SQL Server.
URL: https://github.com/Microsoft/mssql-jdbc
项目授权: MIT License
执照
MPL 2.0 or EPL 1.0: H2 Database Engine
The GNU General Public License, v2 with FOSS exception: MySQL Connector/J
3-Clause BSD License: Protocol Buffers [Core]
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
HSQLDB License, a BSD open source license: HyperSQL Database
Eclipse Public License 1.0: JUnit
MIT License: Microsoft JDBC Driver for SQL Server, SLF4J API Module, SLF4J LOG4J-12 Binding
BSD-2-Clause: PostgreSQL JDBC Driver
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
ASF 2.0: cglib
New BSD License: Hamcrest Core
Apache 2: Apache Derby Database Engine and Embedded JDBC Driver, catch-exception
BSD: asm
Apache License 2.0: Javassist
The MIT License: Checker Qual, mockito-core, mockito-junit-jupiter
Apache License, Version 2.0: Apache Commons Compress, Apache Commons Lang, Apache Log4j API, Apache Log4j Core, Apache Velocity - Engine, AssertJ fluent assertions, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis
LGPL 2.1: Javassist
MIT: Duct Tape, Testcontainers :: Database-Commons, Testcontainers :: JDBC, Testcontainers :: JDBC :: MySQL, Testcontainers :: JDBC :: PostgreSQL, Testcontainers :: JUnit Jupiter Extension, Testcontainers Core, Visible Assertions
MPL 1.1: Javassist
LGPL, version 2.1: Java Native Access
The Apache Software License, Version 2.0: Apache Commons Logging, Apache Log4j, Jackson-annotations, OGNL - Object Graph Navigation Library, docker-java-api, docker-java-transport, docker-java-transport-zerodep, mybatis
Apache License v2.0: Java Native Access
依赖文件详细信息
文件 | 大小 | 条目 | 类 | 包 | Java Version | Debug Information | 密封的 |
---|---|---|---|---|---|---|---|
jackson-annotations-2.10.3.jar | 68.1 kB | 81 | 69 | 2 | - | Yes | No |
docker-java-api-3.2.8.jar | 443 kB | 394 | 379 | 5 | 1.8 | Yes | No |
docker-java-transport-3.2.8.jar | 34.5 kB | 42 | 31 | 1 | 1.8 | Yes | No |
docker-java-transport-zerodep-3.2.8.jar | 2 MB | 1411 | 1181 | 63 | 1.8 | Yes | No |
protobuf-java-3.11.4.jar | 1.7 MB | 692 | 666 | 2 | 1.7 | Yes | No |
h2-1.4.200.jar | 2.3 MB | 950 | 944 | 47 | - | Yes | No |
mssql-jdbc-8.4.1.jre8.jar | 1.3 MB | 437 | 410 | 9 | 1.8 | Yes | No |
catch-exception-2.0.jar | 11.5 kB | 24 | 11 | 3 | 1.8 | Yes | No |
junit-4.12.jar | 314.9 kB | 323 | 286 | 30 | 1.5 | Yes | No |
mysql-connector-java-8.0.24.jar | 2.4 MB | 1068 | 1015 | 29 | 1.8 | Yes | No |
byte-buddy-1.10.20.jar | 3.5 MB | 2512 | 2457 | 37 | - | Yes | No |
byte-buddy-agent-1.10.20.jar | 259.2 kB | 81 | 63 | 2 | - | Yes | No |
jna-5.2.0.jar | 1.5 MB | 165 | 114 | 3 | 1.6 | Yes | No |
commons-compress-1.20.jar | 632.4 kB | 400 | 359 | 29 | 1.7 | Yes | No |
commons-lang3-3.11.jar | 577.7 kB | 368 | 339 | 17 | 1.8 | Yes | No |
derby-10.14.2.0.jar | 3.2 MB | 1811 | 1751 | 101 | 1.8 | No | Yes |
velocity-engine-core-2.3.jar | 531.3 kB | 299 | 256 | 19 | 1.8 | Yes | No |
apiguardian-api-1.1.0.jar | 2.4 kB | 8 | 3 | 2 | - | Yes | No |
assertj-core-3.19.0.jar | 4.8 MB | 3277 | 3200 | 62 | - | Yes | No |
checker-qual-3.5.0.jar | 214.4 kB | 382 | 321 | 33 | 1.8 | Yes | No |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes | No |
hsqldb-2.5.1.jar | 1.6 MB | 705 | 636 | 22 | 1.8 | No | No |
junit-jupiter-api-5.7.1.jar | 175.6 kB | 168 | 153 | 8 | - | Yes | No |
junit-jupiter-engine-5.7.1.jar | 212.9 kB | 131 | 114 | 9 | - | Yes | No |
junit-platform-commons-1.7.1.jar | 99.6 kB | 63 | 43 | 7 | - | Yes | No |
junit-platform-engine-1.7.1.jar | 180.9 kB | 141 | 125 | 9 | - | Yes | No |
mockito-core-3.9.0.jar | 666.3 kB | 663 | 590 | 65 | 1.8 | Yes | No |
mockito-junit-jupiter-3.9.0.jar | 5.4 kB | 9 | 2 | 1 | 1.8 | Yes | No |
objenesis-3.2.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes | No |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | - | Yes | No |
postgresql-42.2.20.jar | 1 MB | 517 | 455 | 41 | 1.8 | Yes | No |
duct-tape-1.0.8.jar | 25.4 kB | 37 | 22 | 6 | 1.8 | Yes | No |
visible-assertions-2.1.2.jar | 11.6 kB | 17 | 6 | 3 | 1.7 | Yes | No |
database-commons-1.15.3.jar | 10.2 kB | 15 | 8 | 3 | 1.8 | Yes | No |
jdbc-1.15.3.jar | 28.6 kB | 21 | 12 | 3 | 1.8 | Yes | No |
junit-jupiter-1.15.3.jar | 11.4 kB | 13 | 7 | 1 | 1.8 | Yes | No |
mysql-1.15.3.jar | 9 kB | 14 | 4 | 1 | 1.8 | Yes | No |
postgresql-1.15.3.jar | 8.6 kB | 13 | 5 | 1 | 1.8 | Yes | No |
testcontainers-1.15.3.jar | 11.7 MB | 8521 | 8137 | 344 | 1.8 | Yes | No |
cglib-3.3.0.jar | 306.9 kB | 270 | 249 | 8 | 1.5 | Yes | No |
commons-logging-1.2.jar | 61.8 kB | 42 | 28 | 2 | 1.2 | Yes | No |
log4j-1.2.17.jar | 489.9 kB | 353 | 314 | 21 | 1.4 | Yes | No |
ognl-3.2.20.jar | 267 kB | 156 | 144 | 4 | 1.7 | Yes | No |
log4j-api-2.14.1.jar | 300.4 kB | 211 | 177 | 9 | - | Yes | No |
log4j-core-2.14.1.jar | 1.7 MB | 1184 | 1092 | 51 | 1.8 | Yes | No |
javassist-3.27.0-GA.jar | 782.8 kB | 450 | 426 | 17 | 1.8 | Yes | No |
asm-7.1.jar | 114.8 kB | 42 | 36 | 3 | - | Yes | No |
slf4j-api-1.7.30.jar | 41.5 kB | 46 | 34 | 4 | 1.5 | Yes | No |
slf4j-log4j12-1.7.30.jar | 12.2 kB | 20 | 8 | 2 | 1.5 | Yes | No |
Total | 大小 | 条目 | 类 | 包 | Java Version | Debug Information | 密封的 |
49 | 45.9 MB | 28669 | 26777 | 1156 | 1.8 | 47 | 1 |
compile: 10 | compile: 4.1 MB | compile: 2774 | compile: 2508 | compile: 121 | - | compile: 10 | - |
test: 38 | test: 40.4 MB | test: 25458 | test: 23859 | test: 1026 | - | test: 36 | test: 1 |
provided: 1 | provided: 1.3 MB | provided: 437 | provided: 410 | provided: 9 | - | provided: 1 | - |