Fork me on GitHub

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
ch.qos.logback logback-classic 1.5.15 jar Eclipse Public License - v 1.0GNU Lesser General Public License
com.h2database h2 2.3.232 jar MPL 2.0EPL 1.0
it.tidalwave.thesefoolishthings it-tidalwave-role 4.0-ALPHA-2 jar Apache-2.0
it.tidalwave.thesefoolishthings it-tidalwave-role-spring 4.0-ALPHA-2 jar Apache-2.0
it.tidalwave.thesefoolishthings it-tidalwave-thesefoolishthings-examples-data 4.0-ALPHA-2 jar Apache-2.0
it.tidalwave.thesefoolishthings it-tidalwave-util 4.0-ALPHA-2 jar Apache-2.0
jakarta.annotation jakarta.annotation-api 3.0.0 jar EPL 2.0GPL2 w/ CPE
jakarta.inject jakarta.inject-api 2.0.0 jar The Apache Software License, Version 2.0
org.slf4j jcl-over-slf4j 2.0.16 jar Apache License, Version 2.0
org.slf4j slf4j-api 2.0.16 jar MIT License
org.springframework.boot spring-boot-starter 3.4.1 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-data-jpa 3.4.1 jar Apache License, Version 2.0

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type Licenses
ch.qos.logback logback-core 1.5.15 jar Eclipse Public License - v 1.0GNU Lesser General Public 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
it.tidalwave.thesefoolishthings it-tidalwave-util-test 4.0-ALPHA-2 jar Apache-2.0
org.hamcrest hamcrest 3.0 jar BSD-3-Clause
org.mockito mockito-core 5.13.0 jar MIT
org.testng testng 7.10.2 jar Apache License, Version 2.0

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.github.spotbugs spotbugs-annotations 4.8.6 jar GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
javax.annotation javax.annotation-api 1.3.2 jar CDDL + GPLv2 with classpath exception
org.projectlombok lombok 1.18.36 jar The MIT License

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.zaxxer HikariCP 5.1.0 jar The Apache Software License, Version 2.0
io.micrometer micrometer-commons 1.14.2 jar The Apache Software License, Version 2.0
io.micrometer micrometer-observation 1.14.2 jar The Apache Software License, Version 2.0
jakarta.persistence jakarta.persistence-api 3.1.0 jar Eclipse Public License v. 2.0Eclipse Distribution License v. 1.0
jakarta.transaction jakarta.transaction-api 2.0.1 jar EPL 2.0GPL2 w/ CPE
org.antlr antlr4-runtime 4.13.0 jar BSD-3-Clause
org.apache.logging.log4j log4j-api 2.24.3 jar Apache-2.0
org.apache.logging.log4j log4j-to-slf4j 2.24.3 jar Apache-2.0
org.aspectj aspectjrt 1.9.20.1 jar Eclipse Public License - v 2.0
org.hibernate.orm hibernate-core 6.6.3.Final jar GNU Library General Public License v2.1 or later
org.slf4j jul-to-slf4j 2.0.16 jar MIT License
org.springframework spring-aop 6.2.1 jar Apache License, Version 2.0
org.springframework spring-aspects 6.2.1 jar Apache License, Version 2.0
org.springframework spring-beans 6.2.1 jar Apache License, Version 2.0
org.springframework spring-context 6.2.1 jar Apache License, Version 2.0
org.springframework spring-core 6.2.1 jar Apache License, Version 2.0
org.springframework spring-expression 6.2.1 jar Apache License, Version 2.0
org.springframework spring-jcl 6.2.1 jar Apache License, Version 2.0
org.springframework spring-jdbc 6.2.1 jar Apache License, Version 2.0
org.springframework spring-orm 6.2.1 jar Apache License, Version 2.0
org.springframework spring-tx 6.2.1 jar Apache License, Version 2.0
org.springframework.boot spring-boot 3.4.1 jar Apache License, Version 2.0
org.springframework.boot spring-boot-autoconfigure 3.4.1 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-jdbc 3.4.1 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-logging 3.4.1 jar Apache License, Version 2.0
org.springframework.data spring-data-commons 3.4.1 jar Apache License, Version 2.0
org.springframework.data spring-data-jpa 3.4.1 jar Apache License, Version 2.0
org.yaml snakeyaml 2.3 jar Apache License, Version 2.0

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type Licenses
com.fasterxml classmate 1.7.0 jar Apache License, Version 2.0
com.sun.istack istack-commons-runtime 4.1.2 jar Eclipse Distribution License - v 1.0
io.smallrye jandex 3.2.0 jar Apache License, Version 2.0
jakarta.activation jakarta.activation-api 2.1.3 jar EDL 1.0
jakarta.xml.bind jakarta.xml.bind-api 4.0.2 jar Eclipse Distribution License - v 1.0
net.bytebuddy byte-buddy 1.15.11 jar Apache License, Version 2.0
org.eclipse.angus angus-activation 2.0.2 jar EDL 1.0
org.glassfish.jaxb jaxb-core 4.0.5 jar Eclipse Distribution License - v 1.0
org.glassfish.jaxb jaxb-runtime 4.0.5 jar Eclipse Distribution License - v 1.0
org.glassfish.jaxb txw2 4.0.5 jar Eclipse Distribution License - v 1.0
org.hibernate.common hibernate-commons-annotations 7.0.3.Final jar Apache License Version 2.0
org.jboss.logging jboss-logging 3.6.1.Final jar Apache License 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
com.beust jcommander 1.82 jar Apache License, Version 2.0
io.github.java-diff-utils java-diff-utils 4.15 jar The Apache Software License, Version 2.0
net.bytebuddy byte-buddy-agent 1.15.11 jar Apache License, Version 2.0
org.objenesis objenesis 3.3 jar Apache License, Version 2.0
org.webjars jquery 3.7.1 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.code.findbugs jsr305 3.0.2 jar The Apache Software License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

Apache License Version 2.0: Hibernate Commons Annotations

MIT License: JUL to SLF4J bridge, SLF4J API Module, jquery

BSD-3-Clause: ANTLR 4 Runtime, Hamcrest

Eclipse Distribution License v. 1.0: Jakarta Persistence API

GNU Library General Public License v2.1 or later: Hibernate ORM - hibernate-core

GPL2 w/ CPE: Jakarta Annotations API, jakarta.transaction API

GNU Lesser General Public License: Logback Classic Module, Logback Core Module

GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: SpotBugs Annotations

Eclipse Public License v. 2.0: Jakarta Persistence API

Apache License 2.0: JBoss Logging 3

EDL 1.0: Angus Activation Registries, Jakarta Activation API

The MIT License: Project Lombok

Apache-2.0: Apache Log4j API, Log4j API to SLF4J Adapter, TheseFoolishThings :: Examples :: DCI :: Persistence JPA, TheseFoolishThings :: Examples :: Data, TheseFoolishThings :: Roles, TheseFoolishThings :: Roles :: Spring, TheseFoolishThings :: Test Utilities, TheseFoolishThings :: Utilities

Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, ClassMate, JCL 1.2 implemented over SLF4J, Jandex: Core, Objenesis, SnakeYAML, Spring AOP, Spring Aspects, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Data Core, Spring Data JPA, Spring Expression Language (SpEL), Spring JDBC, Spring Object/Relational Mapping, Spring Transaction, jcommander, spring-boot, spring-boot-autoconfigure, spring-boot-starter, spring-boot-starter-data-jpa, spring-boot-starter-jdbc, spring-boot-starter-logging, testng

Eclipse Distribution License - v 1.0: JAXB Core, JAXB Runtime, Jakarta XML Binding API, TXW2 Runtime, istack common utility code runtime

MIT: mockito-core

EPL 2.0: Jakarta Annotations API, jakarta.transaction API

CDDL + GPLv2 with classpath exception: javax.annotation API

EPL 1.0: H2 Database Engine

Eclipse Public License - v 2.0: AspectJ Runtime

MPL 2.0: H2 Database Engine

The Apache Software License, Version 2.0: FindBugs-jsr305, HikariCP, Jakarta Dependency Injection, java-diff-utils, micrometer-commons, micrometer-observation

Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
logback-classic-1.5.15.jar 305.4 kB 241 188 29 11 Yes
logback-core-1.5.15.jar 624.9 kB 532 - - - -
   • Root - 525 472 42 11 Yes
   • Versioned - 7 1 1 21 Yes
jcommander-1.82.jar 88.4 kB 84 73 7 1.8 Yes
classmate-1.7.0.jar 68.9 kB 59 44 5 1.8 Yes
spotbugs-annotations-4.8.6.jar 15.3 kB 31 24 1 1.8 Yes
jsr305-3.0.2.jar 19.9 kB 46 35 3 1.5 Yes
h2-2.3.232.jar 2.7 MB 1060 - - - -
   • Root - 1059 1054 58 11 Yes
   • Versioned - 1 1 1 21 Yes
istack-commons-runtime-4.1.2.jar 25.8 kB 35 23 4 11 Yes
HikariCP-5.1.0.jar 161.8 kB 93 76 9 11 Yes
java-diff-utils-4.15.jar 75.7 kB 55 40 6 1.8 Yes
micrometer-commons-1.14.2.jar 47.9 kB 50 36 6 1.8 Yes
micrometer-observation-1.14.2.jar 74.9 kB 74 59 6 1.8 Yes
jandex-3.2.0.jar 374.7 kB 203 - - - -
   • Root - 203 193 1 1.8 Yes
Roles/target/classes - 0 0 0 - -
SpringRoles/target/classes - 0 0 0 - -
Data/target/classes - 0 0 0 - -
Utilities/target/classes - 0 0 0 - -
TestUtilities/target/classes - 0 0 0 - -
jakarta.activation-api-2.1.3.jar 66.5 kB 60 46 3 1.8 Yes
jakarta.annotation-api-3.0.0.jar 26.4 kB 32 19 4 11 Yes
jakarta.inject-api-2.0.0.jar 10.1 kB 17 6 1 1.5 No
jakarta.persistence-api-3.1.0.jar 165.2 kB 226 207 5 11 Yes
jakarta.transaction-api-2.0.1.jar 28.6 kB 32 20 2 1.8 Yes
jakarta.xml.bind-api-4.0.2.jar 131 kB 138 115 7 11 Yes
javax.annotation-api-1.3.2.jar 26.6 kB 29 15 3 1.8 Yes
byte-buddy-1.15.11.jar 8.5 MB 5890 - - - -
   • Root - 2950 2897 38 1.5 Yes
   • Versioned - 2940 2898 39 1.8 Yes
byte-buddy-agent-1.15.11.jar 365.4 kB 170 - - - -
   • Root - 91 72 2 1.5 Yes
   • Versioned - 79 73 3 1.8 Yes
antlr4-runtime-4.13.0.jar 326.3 kB 232 215 7 1.8 Yes
log4j-api-2.24.3.jar 348.5 kB 247 - - - -
   • Root - 236 209 11 1.8 Yes
   • Versioned - 11 4 2 9 Yes
log4j-to-slf4j-2.24.3.jar 23.8 kB 26 10 2 1.8 Yes
aspectjrt-1.9.20.1.jar 127.1 kB 150 131 11 1.8 Yes
angus-activation-2.0.2.jar 27 kB 33 11 3 1.8 Yes
jaxb-core-4.0.5.jar 138.7 kB 158 107 18 11 Yes
jaxb-runtime-4.0.5.jar 920.2 kB 693 559 19 11 Yes
txw2-4.0.5.jar 73.3 kB 72 57 4 11 Yes
hamcrest-3.0.jar 126.4 kB 123 108 11 1.8 Yes
hibernate-commons-annotations-7.0.3.Final.jar 68 kB 69 59 5 11 Yes
hibernate-core-6.6.3.Final.jar 12 MB 7339 6899 345 11 Yes
jboss-logging-3.6.1.Final.jar 61.9 kB 46 35 2 11 Yes
mockito-core-5.13.0.jar 704 kB 642 570 64 11 Yes
objenesis-3.3.jar 49.4 kB 59 43 10 1.8 Yes
lombok-1.18.36.jar 2.1 MB 1083 178 13 1.6 Yes
jcl-over-slf4j-2.0.16.jar 18.4 kB 26 - - - -
   • Root - 24 8 2 1.8 Yes
   • Versioned - 2 1 1 9 No
jul-to-slf4j-2.0.16.jar 6.4 kB 15 - - - -
   • Root - 13 1 1 1.8 Yes
   • Versioned - 2 1 1 9 No
slf4j-api-2.0.16.jar 69.4 kB 71 - - - -
   • Root - 69 55 4 1.8 Yes
   • Versioned - 2 1 1 9 No
spring-aop-6.2.1.jar 418.4 kB 321 289 17 17 Yes
spring-aspects-6.2.1.jar 49.9 kB 52 33 5 17 Yes
spring-beans-6.2.1.jar 877 kB 480 449 13 17 Yes
spring-context-6.2.1.jar 1.4 MB 946 861 58 17 Yes
spring-core-6.2.1.jar 2 MB 1263 - - - -
   • Root - 1257 1182 59 17 Yes
   • Versioned - 6 1 1 21 Yes
spring-expression-6.2.1.jar 317.5 kB 168 156 6 17 Yes
spring-jcl-6.2.1.jar 24.5 kB 26 15 2 17 Yes
spring-jdbc-6.2.1.jar 471.1 kB 335 303 17 17 Yes
spring-orm-6.2.1.jar 234.4 kB 124 105 7 17 Yes
spring-tx-6.2.1.jar 284.9 kB 238 208 13 17 Yes
spring-boot-3.4.1.jar 1.8 MB 1192 1057 84 17 Yes
spring-boot-autoconfigure-3.4.1.jar 2 MB 1555 1420 112 17 Yes
spring-boot-starter-3.4.1.jar 4.8 kB 4 0 0 - -
spring-boot-starter-data-jpa-3.4.1.jar 4.8 kB 4 0 0 - -
spring-boot-starter-jdbc-3.4.1.jar 4.8 kB 4 0 0 - -
spring-boot-starter-logging-3.4.1.jar 4.8 kB 4 0 0 - -
spring-data-commons-3.4.1.jar 1.5 MB 1012 935 47 17 Yes
spring-data-jpa-3.4.1.jar 1.7 MB 858 814 15 17 Yes
testng-7.10.2.jar 987.8 kB 594 547 25 11 Yes
jquery-3.7.1.jar 307.9 kB 18 0 0 - -
snakeyaml-2.3.jar 342.2 kB 284 - - - -
   • Root - 276 235 23 1.7 Yes
   • Versioned - 8 3 2 9 Yes
Total Size Entries Classes Packages Java Version Debug Information
66 45.6 MB 29723 23578 1277 17 55
compile: 40 compile: 29.7 MB compile: 18801 compile: 17255 compile: 981 17 compile: 31
runtime: 13 runtime: 11 MB runtime: 7988 runtime: 4618 runtime: 151 runtime: 13
provided: 4 provided: 2.1 MB provided: 1189 provided: 252 provided: 20 provided: 4
test: 9 test: 2.7 MB test: 1745 test: 1453 test: 125 11 test: 7