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 | Optional |
---|---|---|---|---|---|
com.github.spotbugs | spotbugs-annotations | 4.8.5 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 | No |
org.slf4j | jcl-over-slf4j | 2.0.13 | jar | Apache License, Version 2.0 | No |
org.slf4j | slf4j-api | 2.0.13 | jar | MIT License | No |
com.alibaba | druid | 1.2.23 | jar | Apache 2 | Yes |
com.mchange | c3p0 | 0.10.1 | jar | LGPL-2.1-or-laterEPL-1.0 | Yes |
com.zaxxer | HikariCP | 5.1.0 | jar | The Apache Software License, Version 2.0 | Yes |
jakarta.annotation | jakarta.annotation-api | 3.0.0 | jar | EPL 2.0GPL2 w/ CPE | Yes |
jakarta.transaction | jakarta.transaction-api | 2.0.1 | jar | EPL 2.0GPL2 w/ CPE | Yes |
org.apache.commons | commons-dbcp2 | 2.12.0 | jar | Apache-2.0 | Yes |
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 |
---|---|---|---|---|
com.h2database | h2 | 2.2.224 | jar | MPL 2.0EPL 1.0 |
io.agroal | agroal-api | 2.2 | jar | Apache License 2.0 |
io.agroal | agroal-narayana | 2.2 | jar | Apache License 2.0 |
io.agroal | agroal-pool | 2.2 | jar | Apache License 2.0 |
io.dropwizard.metrics | metrics-core | 4.2.26 | jar | Apache License 2.0 |
io.dropwizard.metrics | metrics-healthchecks | 4.2.26 | jar | Apache License 2.0 |
net.bytebuddy | byte-buddy | 1.14.17 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.14.17 | jar | Apache License, Version 2.0 |
org.apache.derby | derby | 10.17.1.0 | jar | Apache 2 |
org.apache.derby | derbyoptionaltools | 10.17.1.0 | jar | Apache 2 |
org.apache.derby | derbyshared | 10.17.1.0 | jar | Apache 2 |
org.apache.tomcat | tomcat-catalina | 10.1.24 | jar | Apache License, Version 2.0 |
org.hsqldb | hsqldb | 2.7.3 | jar | HSQLDB License, a BSD open source license |
org.jboss.logging | jboss-logging | 3.6.0.Final | jar | Apache License 2.0 |
org.jboss.narayana.jta | narayana-jta | 7.0.1.Final | jar | Apache-2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.10.2 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 5.12.0 | jar | MIT |
org.mockito | mockito-junit-jupiter | 5.12.0 | jar | MIT |
org.slf4j | slf4j-simple | 2.0.13 | jar | MIT License |
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
com.google.inject | guice | 7.0.0 | jar | The Apache Software License, Version 2.0 |
jakarta.ejb | jakarta.ejb-api | 4.0.1 | jar | EPL 2.0GPL2 w/ CPE |
jakarta.inject | jakarta.inject-api | 2.0.1 | jar | The Apache Software License, Version 2.0 |
jakarta.resource | jakarta.resource-api | 2.1.0 | jar | EPL 2.0GPL2 w/ CPE |
org.mybatis | mybatis | 3.5.16 | jar | The Apache Software License, Version 2.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 | Optional |
---|---|---|---|---|---|
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 | No |
com.mchange | mchange-commons-java | 0.3.1 | jar | GNU Lesser General Public License, Version 2.1Eclipse Public License, Version 1.0 | Yes |
org.apache.commons | commons-pool2 | 2.12.0 | jar | Apache-2.0 | Yes |
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:
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
aopalliance | aopalliance | 1.0 | jar | Public Domain |
com.google.errorprone | error_prone_annotations | 2.7.1 | jar | Apache 2.0 |
com.google.guava | failureaccess | 1.0.1 | jar | The Apache Software License, Version 2.0 |
com.google.guava | guava | 31.0.1-jre | jar | Apache License, Version 2.0 |
com.google.guava | listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | jar | The Apache Software License, Version 2.0 |
com.google.j2objc | j2objc-annotations | 1.3 | jar | The Apache Software License, Version 2.0 |
org.checkerframework | checker-qual | 3.12.0 | jar | The MIT License |
Project Dependency Graph
Dependency Tree
- org.mybatis:mybatis-guice:jar:4.0.1-SNAPSHOT
- org.mybatis:mybatis:jar:3.5.16 (provided)
- com.google.inject:guice:jar:7.0.0 (provided)
- aopalliance:aopalliance:jar:1.0 (provided)
- com.google.guava:guava:jar:31.0.1-jre (provided)
- com.google.guava:failureaccess:jar:1.0.1 (provided)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (provided)
- org.checkerframework:checker-qual:jar:3.12.0 (provided)
- com.google.errorprone:error_prone_annotations:jar:2.7.1 (provided)
- com.google.j2objc:j2objc-annotations:jar:1.3 (provided)
- jakarta.ejb:jakarta.ejb-api:jar:4.0.1 (provided)
- jakarta.inject:jakarta.inject-api:jar:2.0.1 (provided)
- jakarta.resource:jakarta.resource-api:jar:2.1.0 (provided)
- com.github.spotbugs:spotbugs-annotations:jar:4.8.5 (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- com.mchange:c3p0:jar:0.10.1 (compile)
- com.mchange:mchange-commons-java:jar:0.3.1 (compile)
- com.alibaba:druid:jar:1.2.23 (compile)
- jakarta.annotation:jakarta.annotation-api:jar:3.0.0 (compile)
- org.apache.commons:commons-dbcp2:jar:2.12.0 (compile)
- org.apache.commons:commons-pool2:jar:2.12.0 (compile)
- com.zaxxer:HikariCP:jar:5.1.0 (compile)
- jakarta.transaction:jakarta.transaction-api:jar:2.0.1 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.10.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.10.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.10.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.10.2 (test)
- org.mockito:mockito-core:jar:5.12.0 (test)
- org.objenesis:objenesis:jar:3.3 (test)
- org.mockito:mockito-junit-jupiter:jar:5.12.0 (test)
- net.bytebuddy:byte-buddy:jar:1.14.17 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.14.17 (test)
- org.hsqldb:hsqldb:jar:2.7.3 (test)
- org.slf4j:jcl-over-slf4j:jar:2.0.13 (compile)
- org.slf4j:slf4j-api:jar:2.0.13 (compile)
- org.slf4j:slf4j-simple:jar:2.0.13 (test)
- org.jboss.narayana.jta:narayana-jta:jar:7.0.1.Final (test)
- jakarta.enterprise:jakarta.enterprise.cdi-api:jar:4.0.0 (test)
- jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.0.0 (test)
- jakarta.el:jakarta.el-api:jar:5.0.0 (test)
- jakarta.interceptor:jakarta.interceptor-api:jar:2.1.0 (test)
- org.jboss:jboss-transaction-spi:jar:8.0.0.Final (test)
- org.reactivestreams:reactive-streams:jar:1.0.3 (test)
- org.jboss.invocation:jboss-invocation:jar:2.0.0.Final (test)
- org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-api:jar:3.0 (test)
- io.agroal:agroal-api:jar:2.2 (test)
- io.agroal:agroal-pool:jar:2.2 (test)
- io.agroal:agroal-narayana:jar:2.2 (test)
- org.jboss.logging:jboss-logging:jar:3.6.0.Final (test)
- org.apache.derby:derby:jar:10.17.1.0 (test)
- org.apache.derby:derbyshared:jar:10.17.1.0 (test)
- org.apache.derby:derbyoptionaltools:jar:10.17.1.0 (test)
- org.apache.derby:derbytools:jar:10.17.1.0 (test)
- org.apache.tomcat:tomcat-catalina:jar:10.1.24 (test)
- org.apache.tomcat:tomcat-servlet-api:jar:10.1.24 (test)
- org.apache.tomcat:tomcat-jsp-api:jar:10.1.24 (test)
- org.apache.tomcat:tomcat-el-api:jar:10.1.24 (test)
- org.apache.tomcat:tomcat-juli:jar:10.1.24 (test)
- org.apache.tomcat:tomcat-api:jar:10.1.24 (test)
- org.apache.tomcat:tomcat-jni:jar:10.1.24 (test)
- org.apache.tomcat:tomcat-coyote:jar:10.1.24 (test)
- org.apache.tomcat:tomcat-util:jar:10.1.24 (test)
- org.apache.tomcat:tomcat-util-scan:jar:10.1.24 (test)
- org.apache.tomcat:tomcat-jaspic-api:jar:10.1.24 (test)
- com.h2database:h2:jar:2.2.224 (test)
- io.dropwizard.metrics:metrics-core:jar:4.2.26 (test)
- io.dropwizard.metrics:metrics-healthchecks:jar:4.2.26 (test)
Licenses
Apache 2.0: error-prone annotations
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module, SLF4J Simple Provider
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
GPL2 w/ CPE: Jakarta Annotations API, Jakarta Enterprise Beans API, Jakarta Interceptors, jakarta.resource API, jakarta.transaction API
Apache License, Version 2.0 and Common Development And Distribution License (CDDL) Version 1.0 and Eclipse Public License - v 2.0: tomcat-servlet-api
Apache 2: Apache Derby Database Engine and Embedded JDBC Driver, Apache Derby Optional Tools, Apache Derby Shared Code, Apache Derby Tools, druid
Eclipse Public License, Version 1.0: mchange-commons-java
CC0: reactive-streams
Eclipse Public License v. 2.0: Jakarta Expression Language API
Apache License 2.0: Agroal API, Agroal Connection Pool, Agroal Narayana Integration, CDI APIs, CDI Language Model, JBoss Invocation API - Jakarta EE Variant, JBoss Logging 3, Metrics Core, Metrics Health Checks
LGPL-2.1-or-later: c3p0
The MIT License: Checker Qual
Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, Eclipse MicroProfile Reactive Streams Operators API, Guava: Google Core Libraries for Java, JCL 1.2 implemented over SLF4J, Objenesis, tomcat-api, tomcat-catalina, tomcat-coyote, tomcat-el-api, tomcat-jaspic-api, tomcat-jni, tomcat-jsp-api, tomcat-juli, tomcat-util, tomcat-util-scan
Apache-2.0: Apache Commons DBCP, Apache Commons Pool, Narayana: ArjunaJTA narayana-jta
EPL 2.0: Jakarta Annotations API, Jakarta Enterprise Beans API, Jakarta Interceptors, jakarta.resource API, jakarta.transaction API
EPL 1.0: H2 Database Engine
MPL 2.0: H2 Database Engine
GNU Lesser General Public License, Version 2.1: mchange-commons-java
HSQLDB License, a BSD open source license: HyperSQL Database
Public Domain: AOP alliance, JBoss Transaction SPI
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: SpotBugs Annotations
EPL-1.0: c3p0
GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API
MIT: mockito-core, mockito-junit-jupiter
The Apache Software License, Version 2.0: FindBugs-jsr305, Google Guice - Core Library, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, HikariCP, J2ObjC Annotations, Jakarta Dependency Injection, mybatis, mybatis-guice
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
---|---|---|---|---|---|---|---|
aopalliance-1.0.jar | 4.5 kB | 15 | 9 | 2 | 1.3 | Yes | No |
spotbugs-annotations-4.8.5.jar | 15.3 kB | 31 | 24 | 1 | 1.8 | Yes | No |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes | No |
error_prone_annotations-2.7.1.jar | 14.8 kB | 36 | 24 | 2 | 1.7 | No | No |
failureaccess-1.0.1.jar | 4.6 kB | 15 | 2 | 1 | 1.7 | Yes | No |
guava-31.0.1-jre.jar | 3 MB | 2090 | 2060 | 18 | 1.8 | Yes | No |
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | - | - |
guice-7.0.0.jar | 801.8 kB | 523 | 505 | 11 | 1.8 | Yes | No |
j2objc-annotations-1.3.jar | 8.8 kB | 23 | 12 | 1 | 1.5 | Yes | No |
h2-2.2.224.jar | 2.6 MB | 1057 | 1049 | 58 | 21 | Yes | No |
agroal-api-2.2.jar | 60.4 kB | 73 | 56 | 7 | 11 | Yes | No |
agroal-narayana-2.2.jar | 15.9 kB | 19 | 8 | 1 | 11 | Yes | No |
agroal-pool-2.2.jar | 124.1 kB | 66 | 51 | 3 | 11 | Yes | No |
metrics-core-4.2.26.jar | 130.9 kB | 114 | 104 | 1 | 1.8 | Yes | No |
metrics-healthchecks-4.2.26.jar | 23.5 kB | 27 | 14 | 3 | 1.8 | Yes | No |
jakarta.ejb-api-4.0.1.jar | 61.8 kB | 98 | 82 | 4 | 9 | Yes | No |
jakarta.el-api-5.0.0.jar | 87.9 kB | 65 | 53 | 2 | 11 | Yes | No |
jakarta.enterprise.cdi-api-4.0.0.jar | 151.5 kB | 214 | 184 | 13 | 11 | Yes | No |
jakarta.enterprise.lang-model-4.0.0.jar | 26.2 kB | 38 | 23 | 4 | 11 | Yes | No |
jakarta.inject-api-2.0.1.jar | 10.7 kB | 18 | 7 | 2 | 9 | No | No |
jakarta.interceptor-api-2.1.0.jar | 25.3 kB | 23 | 11 | 2 | 9 | Yes | No |
jakarta.resource-api-2.1.0.jar | 65.2 kB | 106 | 90 | 7 | 11 | Yes | No |
byte-buddy-1.14.17.jar | 4.2 MB | 2935 | 2881 | 39 | 9 | Yes | No |
byte-buddy-agent-1.14.17.jar | 258 kB | 90 | 70 | 3 | 9 | Yes | No |
derby-10.17.1.0.jar | 3.5 MB | 1529 | 1471 | 92 | 19 | Yes | Yes |
derbyoptionaltools-10.17.1.0.jar | 76.8 kB | 28 | 24 | 7 | 19 | Yes | Yes |
derbyshared-10.17.1.0.jar | 88.8 kB | 48 | 46 | 12 | 19 | Yes | No |
derbytools-10.17.1.0.jar | 253.6 kB | 105 | 96 | 11 | 19 | Yes | No |
tomcat-api-10.1.24.jar | 11.7 kB | 19 | 12 | 2 | 11 | Yes | No |
tomcat-catalina-10.1.24.jar | 1.8 MB | 770 | 689 | 29 | 11 | Yes | No |
tomcat-coyote-10.1.24.jar | 1.2 MB | 698 | 647 | 26 | - | - | - |
tomcat-el-api-10.1.24.jar | 91.5 kB | 61 | 54 | 2 | 11 | Yes | No |
tomcat-jaspic-api-10.1.24.jar | 28.6 kB | 46 | 35 | 5 | 11 | Yes | No |
tomcat-jni-10.1.24.jar | 16.2 kB | 20 | 12 | 2 | 11 | Yes | No |
tomcat-jsp-api-10.1.24.jar | 78.5 kB | 87 | 74 | 4 | 11 | Yes | No |
tomcat-juli-10.1.24.jar | 48.8 kB | 34 | 26 | 3 | 11 | Yes | No |
tomcat-servlet-api-10.1.24.jar | 366.9 kB | 152 | 89 | 5 | 11 | Yes | No |
tomcat-util-10.1.24.jar | 215.4 kB | 134 | 109 | 11 | 11 | Yes | No |
tomcat-util-scan-10.1.24.jar | 232 kB | 138 | 118 | 7 | 11 | Yes | No |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 9 | Yes | No |
checker-qual-3.12.0.jar | 208.8 kB | 399 | 333 | 29 | 1.8 | Yes | No |
microprofile-reactive-streams-operators-api-3.0.jar | 42.3 kB | 68 | 52 | 2 | 1.8 | Yes | No |
hsqldb-2.7.3.jar | 1.7 MB | 749 | 685 | 23 | 11 | No | Yes |
jboss-transaction-spi-8.0.0.Final.jar | 32.4 kB | 51 | 37 | 4 | 1.8 | Yes | No |
jboss-invocation-2.0.0.Final.jar | 75.8 kB | 71 | 56 | 4 | 11 | Yes | No |
jboss-logging-3.6.0.Final.jar | 60.7 kB | 46 | 35 | 2 | 11 | Yes | No |
narayana-jta-7.0.1.Final.jar | 1.1 MB | 528 | 498 | 83 | 11 | Yes | No |
junit-jupiter-api-5.10.2.jar | 211 kB | 197 | 182 | 8 | 9 | Yes | No |
junit-jupiter-engine-5.10.2.jar | 244.7 kB | 147 | 130 | 9 | 9 | Yes | No |
junit-platform-commons-1.10.2.jar | 106.2 kB | 64 | 44 | 7 | 9 | Yes | No |
junit-platform-engine-1.10.2.jar | 204.8 kB | 153 | 136 | 10 | 9 | Yes | No |
mockito-core-5.12.0.jar | 704 kB | 642 | 570 | 64 | 11 | Yes | No |
mockito-junit-jupiter-5.12.0.jar | 8.9 kB | 13 | 5 | 2 | 11 | Yes | No |
mybatis-3.5.16.jar | 1.8 MB | 1182 | 1082 | 77 | 1.8 | Yes | No |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes | No |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 9 | Yes | No |
reactive-streams-1.0.3.jar | 11.4 kB | 17 | 13 | 1 | 1.6 | Yes | No |
jcl-over-slf4j-2.0.13.jar | 18.4 kB | 26 | 9 | 3 | 9 | Yes | No |
slf4j-api-2.0.13.jar | 68.6 kB | 70 | 55 | 5 | 9 | Yes | No |
slf4j-simple-2.0.13.jar | 15.7 kB | 22 | 7 | 2 | 9 | Yes | No |
druid-1.2.23.jar | 4.1 MB | 2155 | 1779 | 128 | 1.8 | Yes | No |
c3p0-0.10.1.jar | 390 kB | 236 | 216 | 16 | 1.7 | Yes | No |
mchange-commons-java-0.3.1.jar | 638.3 kB | 685 | 619 | 58 | 1.7 | Yes | No |
HikariCP-5.1.0.jar | 161.8 kB | 93 | 76 | 9 | 11 | Yes | No |
jakarta.annotation-api-3.0.0.jar | 26.4 kB | 32 | 19 | 4 | 11 | Yes | No |
jakarta.transaction-api-2.0.1.jar | 28.6 kB | 32 | 20 | 2 | 11 | Yes | No |
commons-dbcp2-2.12.0.jar | 218.1 kB | 97 | 78 | 5 | 9 | Yes | No |
commons-pool2-2.12.0.jar | 150 kB | 101 | 84 | 4 | 9 | Yes | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
68 | 32.1 MB | 19557 | 17731 | 981 | 21 | 63 | 3 |
compile: 12 | compile: 5.8 MB | compile: 3604 | compile: 3014 | compile: 238 | 11 | compile: 12 | - |
provided: 12 | provided: 6 MB | provided: 4512 | provided: 4206 | provided: 154 | provided: 9 | - | |
test: 44 | test: 20.3 MB | test: 11441 | test: 10511 | test: 589 | 21 | test: 42 | test: 3 |