Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
com.github.ben-manes.caffeine | caffeine | 3.1.8 | jar | Apache License, Version 2.0 |
org.mybatis | mybatis | 3.5.16 | jar | The Apache Software License, Version 2.0 |
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.assertj | assertj-core | 3.26.3 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.11.0 | jar | Eclipse Public License v2.0 |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
com.google.errorprone | error_prone_annotations | 2.21.1 | jar | Apache 2.0 |
org.checkerframework | checker-qual | 3.37.0 | jar | The MIT License |
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.14.18 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.11.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.11.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.11.0 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.mybatis.caches:mybatis-caffeine:jar:1.2.0
- org.mybatis:mybatis:jar:3.5.16 (compile)
- com.github.ben-manes.caffeine:caffeine:jar:3.1.8 (compile)
- org.checkerframework:checker-qual:jar:3.37.0 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.21.1 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.11.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.0 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.11.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.0 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.0 (test)
- org.assertj:assertj-core:jar:3.26.3 (test)
- net.bytebuddy:byte-buddy:jar:1.14.18 (test)
Licenses
Apache 2.0: error-prone annotations
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
The MIT License: Checker Qual
Apache License, Version 2.0: AssertJ Core, Byte Buddy (without dependencies), Caffeine cache
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
The Apache Software License, Version 2.0: mybatis, mybatis-caffeine
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
caffeine-3.1.8.jar | 889.2 kB | 713 | 704 | 3 | 11 | Yes |
error_prone_annotations-2.21.1.jar | 16.8 kB | 39 | 27 | 2 | 1.8 | Yes |
byte-buddy-1.14.18.jar | 4.2 MB | 2935 | - | - | - | - |
• Root | - | 2933 | 2880 | 38 | 1.6 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
assertj-core-3.26.3.jar | 1.4 MB | 882 | - | - | - | - |
• Root | - | 878 | 839 | 27 | 1.8 | Yes |
• Versioned | - | 4 | 1 | 1 | 9 | No |
checker-qual-3.37.0.jar | 224.5 kB | 427 | 359 | 30 | 1.8 | Yes |
junit-jupiter-api-5.11.0.jar | 216.3 kB | 197 | 182 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.11.0.jar | 260.1 kB | 152 | 135 | 9 | 1.8 | Yes |
junit-platform-commons-1.11.0.jar | 140.6 kB | 86 | - | - | - | - |
• Root | - | 77 | 63 | 8 | 1.8 | Yes |
• Versioned | - | 9 | 3 | 1 | 9 | Yes |
junit-platform-engine-1.11.0.jar | 238.1 kB | 174 | 155 | 10 | 1.8 | Yes |
mybatis-3.5.16.jar | 1.8 MB | 1182 | 1082 | 77 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
12 | 9.4 MB | 6811 | 6438 | 216 | 11 | 12 |
compile: 4 | compile: 2.9 MB | compile: 2361 | compile: 2172 | compile: 112 | 11 | compile: 4 |
test: 8 | test: 6.5 MB | test: 4450 | test: 4266 | test: 104 | 1.8 | test: 8 |