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.graphql-java-generator | graphql-java-server-dependencies | 3.0.1 | pom | MIT License |
io.reactivex.rxjava3 | rxjava | 3.1.11 | jar | The Apache Software License, Version 2.0 |
org.hibernate.validator | hibernate-validator | 8.0.2.Final | jar | Apache License 2.0 |
org.springframework.boot | spring-boot-starter-data-jpa | 3.5.4 | jar | Apache License, Version 2.0 |
org.springframework.boot | spring-boot-starter-websocket | 3.5.4 | 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.h2database | h2 | 2.3.232 | jar | MPL 2.0EPL 1.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.junit.jupiter | junit-jupiter-api | 5.12.2 | jar | Eclipse Public License v2.0 |
org.springframework | spring-test | 6.2.9 | 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 |
---|---|---|---|---|
jakarta.enterprise | jakarta.enterprise.cdi-api | 4.0.1 | jar | Apache License 2.0 |
jakarta.inject | jakarta.inject-api | 2.0.1 | 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:
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.sun.istack | istack-commons-runtime | 4.1.2 | jar | Eclipse Distribution License - v 1.0 |
io.micrometer | context-propagation | 1.1.3 | jar | The Apache Software License, Version 2.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.17.6 | 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 |
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.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.platform | junit-platform-commons | 1.12.2 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The 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 |
---|---|---|---|---|
jakarta.el | jakarta.el-api | 5.0.0 | jar | Eclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception |
jakarta.enterprise | jakarta.enterprise.lang-model | 4.0.1 | jar | Apache License 2.0 |
jakarta.interceptor | jakarta.interceptor-api | 2.1.0 | jar | EPL 2.0GPL2 w/ CPE |
Project Dependency Graph
Dependency Tree
- com.graphql-java-generator:graphql-maven-plugin-samples-StarWars-server:war:3.0.1
- org.springframework:spring-test:jar:6.2.9 (test)
- org.springframework:spring-core:jar:6.2.9 (compile)
- org.springframework:spring-jcl:jar:6.2.9 (compile)
- org.springframework:spring-jcl:jar:6.2.9 (compile)
- org.springframework:spring-core:jar:6.2.9 (compile)
- org.junit.jupiter:junit-jupiter-api:jar:5.12.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.12.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- com.graphql-java-generator:graphql-java-server-dependencies:pom:3.0.1 (compile)
- com.graphql-java-generator:graphql-java-common-dependencies:pom:3.0.1 (compile)
- com.graphql-java:graphql-java:jar:24.1 (compile)
- com.graphql-java:java-dataloader:jar:5.0.0 (compile)
- org.jspecify:jspecify:jar:1.0.0 (compile)
- com.graphql-java:java-dataloader:jar:5.0.0 (compile)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
- org.springframework:spring-context:jar:6.2.9 (compile)
- org.springframework:spring-expression:jar:6.2.9 (compile)
- io.micrometer:micrometer-observation:jar:1.15.2 (compile)
- io.micrometer:micrometer-commons:jar:1.15.2 (compile)
- io.micrometer:micrometer-commons:jar:1.15.2 (compile)
- org.springframework:spring-expression:jar:6.2.9 (compile)
- com.graphql-java:graphql-java:jar:24.1 (compile)
- org.springframework.graphql:spring-graphql:jar:1.4.1 (compile)
- io.projectreactor:reactor-core:jar:3.7.8 (compile)
- io.micrometer:context-propagation:jar:1.1.3 (runtime)
- io.projectreactor:reactor-core:jar:3.7.8 (compile)
- org.springframework.boot:spring-boot-starter-webflux:jar:3.5.4 (compile)
- org.springframework.boot:spring-boot-starter-json:jar:3.5.4 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.19.2 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.19.2 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.19.2 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.19.2 (compile)
- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.19.2 (compile)
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.19.2 (compile)
- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.19.2 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.19.2 (compile)
- org.springframework.boot:spring-boot-starter-reactor-netty:jar:3.5.4 (compile)
- io.projectreactor.netty:reactor-netty-http:jar:1.2.8 (compile)
- io.netty:netty-codec-http:jar:4.1.123.Final (compile)
- io.netty:netty-common:jar:4.1.123.Final (compile)
- io.netty:netty-buffer:jar:4.1.123.Final (compile)
- io.netty:netty-transport:jar:4.1.123.Final (compile)
- io.netty:netty-codec:jar:4.1.123.Final (compile)
- io.netty:netty-handler:jar:4.1.123.Final (compile)
- io.netty:netty-common:jar:4.1.123.Final (compile)
- io.netty:netty-codec-http2:jar:4.1.123.Final (compile)
- io.netty:netty-resolver-dns:jar:4.1.123.Final (compile)
- io.netty:netty-resolver:jar:4.1.123.Final (compile)
- io.netty:netty-codec-dns:jar:4.1.123.Final (compile)
- io.netty:netty-resolver:jar:4.1.123.Final (compile)
- io.netty:netty-resolver-dns-native-macos:jar:osx-x86_64:4.1.123.Final (compile)
- io.netty:netty-resolver-dns-classes-macos:jar:4.1.123.Final (compile)
- io.netty:netty-resolver-dns-classes-macos:jar:4.1.123.Final (compile)
- io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.123.Final (compile)
- io.netty:netty-transport-native-unix-common:jar:4.1.123.Final (compile)
- io.netty:netty-transport-classes-epoll:jar:4.1.123.Final (compile)
- io.netty:netty-transport-native-unix-common:jar:4.1.123.Final (compile)
- io.projectreactor.netty:reactor-netty-core:jar:1.2.8 (compile)
- io.netty:netty-handler-proxy:jar:4.1.123.Final (compile)
- io.netty:netty-codec-socks:jar:4.1.123.Final (compile)
- io.netty:netty-codec-socks:jar:4.1.123.Final (compile)
- io.netty:netty-handler-proxy:jar:4.1.123.Final (compile)
- io.netty:netty-codec-http:jar:4.1.123.Final (compile)
- io.projectreactor.netty:reactor-netty-http:jar:1.2.8 (compile)
- org.springframework:spring-web:jar:6.2.9 (compile)
- org.springframework:spring-webflux:jar:6.2.9 (compile)
- org.springframework.boot:spring-boot-starter-json:jar:3.5.4 (compile)
- com.graphql-java-generator:graphql-java-common-dependencies:pom:3.0.1 (compile)
- org.springframework.boot:spring-boot-starter-websocket:jar:3.5.4 (compile)
- org.springframework.boot:spring-boot-starter-web:jar:3.5.4 (compile)
- org.springframework.boot:spring-boot-starter-tomcat:jar:3.5.4 (compile)
- org.apache.tomcat.embed:tomcat-embed-core:jar:10.1.43 (compile)
- org.apache.tomcat.embed:tomcat-embed-el:jar:10.1.43 (compile)
- org.apache.tomcat.embed:tomcat-embed-websocket:jar:10.1.43 (compile)
- org.apache.tomcat.embed:tomcat-embed-core:jar:10.1.43 (compile)
- org.springframework:spring-webmvc:jar:6.2.9 (compile)
- org.springframework.boot:spring-boot-starter-tomcat:jar:3.5.4 (compile)
- org.springframework:spring-messaging:jar:6.2.9 (compile)
- org.springframework:spring-beans:jar:6.2.9 (compile)
- org.springframework:spring-beans:jar:6.2.9 (compile)
- org.springframework:spring-websocket:jar:6.2.9 (compile)
- org.springframework.boot:spring-boot-starter-web:jar:3.5.4 (compile)
- org.springframework.boot:spring-boot-starter-data-jpa:jar:3.5.4 (compile)
- org.springframework.boot:spring-boot-starter:jar:3.5.4 (compile)
- org.springframework.boot:spring-boot:jar:3.5.4 (compile)
- org.springframework.boot:spring-boot-autoconfigure:jar:3.5.4 (compile)
- org.springframework.boot:spring-boot-starter-logging:jar:3.5.4 (compile)
- ch.qos.logback:logback-classic:jar:1.5.18 (compile)
- ch.qos.logback:logback-core:jar:1.5.18 (compile)
- ch.qos.logback:logback-core:jar:1.5.18 (compile)
- org.apache.logging.log4j:log4j-to-slf4j:jar:2.24.3 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.24.3 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.24.3 (compile)
- org.slf4j:jul-to-slf4j:jar:2.0.17 (compile)
- ch.qos.logback:logback-classic:jar:1.5.18 (compile)
- org.yaml:snakeyaml:jar:2.4 (compile)
- org.springframework.boot:spring-boot:jar:3.5.4 (compile)
- org.springframework.boot:spring-boot-starter-jdbc:jar:3.5.4 (compile)
- com.zaxxer:HikariCP:jar:6.3.1 (compile)
- org.springframework:spring-jdbc:jar:6.2.9 (compile)
- com.zaxxer:HikariCP:jar:6.3.1 (compile)
- org.hibernate.orm:hibernate-core:jar:6.6.22.Final (compile)
- jakarta.persistence:jakarta.persistence-api:jar:3.1.0 (compile)
- jakarta.transaction:jakarta.transaction-api:jar:2.0.1 (compile)
- org.hibernate.common:hibernate-commons-annotations:jar:7.0.3.Final (runtime)
- io.smallrye:jandex:jar:3.2.0 (runtime)
- net.bytebuddy:byte-buddy:jar:1.17.6 (runtime)
- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2 (runtime)
- jakarta.activation:jakarta.activation-api:jar:2.1.3 (runtime)
- jakarta.activation:jakarta.activation-api:jar:2.1.3 (runtime)
- org.glassfish.jaxb:jaxb-runtime:jar:4.0.5 (runtime)
- org.glassfish.jaxb:jaxb-core:jar:4.0.5 (runtime)
- org.eclipse.angus:angus-activation:jar:2.0.2 (runtime)
- org.glassfish.jaxb:txw2:jar:4.0.5 (runtime)
- com.sun.istack:istack-commons-runtime:jar:4.1.2 (runtime)
- org.eclipse.angus:angus-activation:jar:2.0.2 (runtime)
- org.glassfish.jaxb:jaxb-core:jar:4.0.5 (runtime)
- org.antlr:antlr4-runtime:jar:4.13.0 (compile)
- jakarta.persistence:jakarta.persistence-api:jar:3.1.0 (compile)
- org.springframework.data:spring-data-jpa:jar:3.5.2 (compile)
- org.springframework.data:spring-data-commons:jar:3.5.2 (compile)
- org.springframework:spring-orm:jar:6.2.9 (compile)
- org.springframework:spring-aop:jar:6.2.9 (compile)
- org.springframework:spring-tx:jar:6.2.9 (compile)
- org.springframework.data:spring-data-commons:jar:3.5.2 (compile)
- org.springframework:spring-aspects:jar:6.2.9 (compile)
- org.aspectj:aspectjweaver:jar:1.9.24 (compile)
- org.aspectj:aspectjweaver:jar:1.9.24 (compile)
- org.springframework.boot:spring-boot-starter:jar:3.5.4 (compile)
- org.hibernate.validator:hibernate-validator:jar:8.0.2.Final (compile)
- jakarta.validation:jakarta.validation-api:jar:3.0.2 (compile)
- org.jboss.logging:jboss-logging:jar:3.6.1.Final (compile)
- com.fasterxml:classmate:jar:1.7.0 (compile)
- jakarta.validation:jakarta.validation-api:jar:3.0.2 (compile)
- com.h2database:h2:jar:2.3.232 (runtime)
- jakarta.enterprise:jakarta.enterprise.cdi-api:jar:4.0.1 (provided)
- jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.0.1 (provided)
- jakarta.annotation:jakarta.annotation-api:jar:2.1.1 (compile)
- jakarta.el:jakarta.el-api:jar:5.0.0 (provided)
- jakarta.interceptor:jakarta.interceptor-api:jar:2.1.0 (provided)
- jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.0.1 (provided)
- jakarta.inject:jakarta.inject-api:jar:2.0.1 (provided)
- io.reactivex.rxjava3:rxjava:jar:3.1.11 (compile)
- org.reactivestreams:reactive-streams:jar:1.0.4 (compile)
- org.reactivestreams:reactive-streams:jar:1.0.4 (compile)
- org.springframework:spring-test:jar:6.2.9 (test)
Licenses
Apache License Version 2.0: Hibernate Commons Annotations
MIT-0: reactive-streams
The Apache License, Version 2.0: JSpecify annotations, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: com.graphql-java-generator:graphql-java-common-dependencies, com.graphql-java-generator:graphql-java-server-dependencies, graphql-maven-plugin-samples-StarWars-server
BSD-3-Clause: ANTLR 4 Runtime
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons
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 Interceptors, jakarta.transaction API
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
Eclipse Public License v. 2.0: Jakarta Expression Language API, Jakarta Persistence API
EDL 1.0: Angus Activation Registries, Jakarta Activation API
Apache License 2.0: CDI APIs, CDI Language Model, Hibernate Validator Engine, JBoss Logging 3, Jakarta Bean Validation API
GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API
Apache License, Version 2.0: Byte Buddy (without dependencies), ClassMate, GraphQL Support for Spring Applications, Jandex: Core, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/Socks, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Native/Epoll, Netty/Transport/Native/Unix/Common, Non-Blocking Reactive Foundation for the JVM, 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 Messaging, Spring Object/Relational Mapping, Spring TestContext Framework, Spring Transaction, Spring Web, Spring Web MVC, Spring WebFlux, Spring WebSocket, spring-boot, spring-boot-autoconfigure, spring-boot-starter, spring-boot-starter-data-jpa, spring-boot-starter-jdbc, spring-boot-starter-json, spring-boot-starter-logging, spring-boot-starter-reactor-netty, spring-boot-starter-tomcat, spring-boot-starter-web, spring-boot-starter-webflux, spring-boot-starter-websocket, tomcat-embed-core, tomcat-embed-el, tomcat-embed-websocket
Apache-2.0: Apache Log4j API, Log4j API to SLF4J Adapter
MIT: JUL to SLF4J bridge, SLF4J API Module, graphql-java
Eclipse Distribution License - v 1.0: JAXB Core, JAXB Runtime, Jakarta XML Binding API, TXW2 Runtime, istack common utility code runtime
EPL 2.0: Jakarta Annotations API, Jakarta Interceptors, jakarta.transaction API
EPL 1.0: H2 Database Engine
Eclipse Public License - v 2.0: AspectJ Weaver
MPL 2.0: H2 Database Engine
The Apache Software License, Version 2.0: Core functionality for the Reactor Netty library, HTTP functionality for the Reactor Netty library, HikariCP, Jackson datatype: JSR310, Jackson datatype: jdk8, Jackson-annotations, Jackson-core, Jackson-module-parameter-names, Jakarta Dependency Injection, RxJava, context-propagation, jackson-databind, java-dataloader, 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.18.jar | 306.8 kB | 242 | 189 | 29 | - | Yes |
logback-core-1.5.18.jar | 627.2 kB | 531 | 473 | 41 | - | Yes |
classmate-1.7.0.jar | 68.9 kB | 59 | 44 | 5 | - | Yes |
jackson-annotations-2.19.2.jar | 79.3 kB | 87 | 74 | 2 | - | Yes |
jackson-core-2.19.2.jar | 591.4 kB | 282 | 212 | 15 | - | Yes |
jackson-databind-2.19.2.jar | 1.7 MB | 847 | 808 | 24 | - | Yes |
jackson-datatype-jdk8-2.19.2.jar | 36.2 kB | 41 | 23 | 2 | - | Yes |
jackson-datatype-jsr310-2.19.2.jar | 137 kB | 88 | 65 | 7 | - | Yes |
jackson-module-parameter-names-2.19.2.jar | 10.4 kB | 23 | 5 | 2 | - | Yes |
graphql-java-24.1.jar | 3.8 MB | 2366 | 2259 | 60 | - | Yes |
java-dataloader-5.0.0.jar | 105.4 kB | 88 | 76 | 9 | - | Yes |
pom.xml | 2.1 kB | - | - | - | - | - |
pom.xml | 1.6 kB | - | - | - | - | - |
h2-2.3.232.jar | 2.7 MB | 1060 | 1054 | 58 | - | Yes |
istack-commons-runtime-4.1.2.jar | 25.8 kB | 35 | 23 | 4 | - | Yes |
HikariCP-6.3.1.jar | 170.2 kB | 96 | 79 | 8 | - | Yes |
context-propagation-1.1.3.jar | 35.7 kB | 32 | 23 | 2 | 1.8 | Yes |
micrometer-commons-1.15.2.jar | 49.2 kB | 50 | 36 | 6 | 1.8 | Yes |
micrometer-observation-1.15.2.jar | 75.1 kB | 74 | 59 | 6 | 1.8 | Yes |
netty-buffer-4.1.123.Final.jar | 352.3 kB | 182 | 165 | 2 | 1.6 | Yes |
netty-codec-4.1.123.Final.jar | 355.8 kB | 250 | 221 | 10 | 1.6 | Yes |
netty-codec-dns-4.1.123.Final.jar | 67.4 kB | 65 | 45 | 1 | 1.6 | Yes |
netty-codec-http-4.1.123.Final.jar | 676.6 kB | 425 | 396 | 9 | 1.6 | Yes |
netty-codec-http2-4.1.123.Final.jar | 496.1 kB | 305 | 284 | 1 | 1.6 | Yes |
netty-codec-socks-4.1.123.Final.jar | 121.1 kB | 130 | 107 | 4 | 1.6 | Yes |
netty-common-4.1.123.Final.jar | 724.2 kB | 576 | 540 | 13 | 1.6 | Yes |
netty-handler-4.1.123.Final.jar | 580.9 kB | 396 | 364 | 12 | 1.6 | Yes |
netty-handler-proxy-4.1.123.Final.jar | 25.7 kB | 31 | 12 | 1 | 1.6 | Yes |
netty-resolver-4.1.123.Final.jar | 37.9 kB | 41 | 29 | 1 | 1.6 | Yes |
netty-resolver-dns-4.1.123.Final.jar | 188.5 kB | 143 | 123 | 1 | 1.6 | Yes |
netty-resolver-dns-classes-macos-4.1.123.Final.jar | 9.2 kB | 17 | 3 | 1 | 1.6 | Yes |
netty-resolver-dns-native-macos-4.1.123.Final-osx-x86_64.jar | 19.8 kB | 11 | 0 | 0 | - | No |
netty-transport-4.1.123.Final.jar | 521.5 kB | 416 | 386 | 12 | 1.6 | Yes |
netty-transport-classes-epoll-4.1.123.Final.jar | 147.6 kB | 87 | 67 | 1 | 1.6 | Yes |
netty-transport-native-epoll-4.1.123.Final-linux-x86_64.jar | 40.8 kB | 11 | 0 | 0 | - | No |
netty-transport-native-unix-common-4.1.123.Final.jar | 44.2 kB | 45 | 32 | 1 | 1.6 | Yes |
reactor-core-3.7.8.jar | 1.9 MB | 974 | 939 | 11 | - | Yes |
reactor-netty-core-1.2.8.jar | 531.6 kB | 383 | 350 | 13 | - | Yes |
reactor-netty-http-1.2.8.jar | 598.6 kB | 383 | 365 | 10 | 1.8 | Yes |
rxjava-3.1.11.jar | 2.7 MB | 1803 | 1758 | 33 | - | Yes |
jandex-3.2.0.jar | 374.7 kB | 203 | 193 | 1 | 1.8 | Yes |
jakarta.activation-api-2.1.3.jar | 66.5 kB | 60 | 46 | 3 | - | Yes |
jakarta.annotation-api-2.1.1.jar | 26.1 kB | 31 | 18 | 4 | - | Yes |
jakarta.el-api-5.0.0.jar | 87.9 kB | 65 | 53 | 2 | - | Yes |
jakarta.enterprise.cdi-api-4.0.1.jar | 151.3 kB | 214 | 184 | 13 | - | Yes |
jakarta.enterprise.lang-model-4.0.1.jar | 26.2 kB | 38 | 23 | 4 | - | Yes |
jakarta.inject-api-2.0.1.jar | 10.7 kB | 18 | 7 | 2 | - | No |
jakarta.interceptor-api-2.1.0.jar | 25.3 kB | 23 | 11 | 2 | - | Yes |
jakarta.persistence-api-3.1.0.jar | 165.2 kB | 226 | 207 | 5 | - | Yes |
jakarta.transaction-api-2.0.1.jar | 28.6 kB | 32 | 20 | 2 | - | Yes |
jakarta.validation-api-3.0.2.jar | 93.3 kB | 161 | 144 | 10 | - | Yes |
jakarta.xml.bind-api-4.0.2.jar | 131 kB | 138 | 115 | 7 | - | Yes |
byte-buddy-1.17.6.jar | 9 MB | 6066 | 2996 | 40 | - | 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 | 210 | 11 | - | Yes |
log4j-to-slf4j-2.24.3.jar | 23.8 kB | 26 | 10 | 2 | - | Yes |
tomcat-embed-core-10.1.43.jar | 3.6 MB | 1662 | 1527 | 79 | - | Yes |
tomcat-embed-el-10.1.43.jar | 264.2 kB | 164 | 155 | 7 | - | Yes |
tomcat-embed-websocket-10.1.43.jar | 281.7 kB | 189 | 177 | 6 | - | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | Yes |
aspectjweaver-1.9.24.jar | 2.2 MB | 1060 | 1002 | 37 | 1.8 | Yes |
angus-activation-2.0.2.jar | 27 kB | 33 | 11 | 3 | - | Yes |
jaxb-core-4.0.5.jar | 138.7 kB | 158 | 107 | 18 | - | Yes |
jaxb-runtime-4.0.5.jar | 920.2 kB | 693 | 559 | 19 | - | Yes |
txw2-4.0.5.jar | 73.3 kB | 72 | 57 | 4 | - | Yes |
hibernate-commons-annotations-7.0.3.Final.jar | 68 kB | 69 | 59 | 5 | - | Yes |
hibernate-core-6.6.22.Final.jar | 12.1 MB | 7348 | 6908 | 345 | - | Yes |
hibernate-validator-8.0.2.Final.jar | 1.3 MB | 1037 | 903 | 84 | - | Yes |
jboss-logging-3.6.1.Final.jar | 61.9 kB | 46 | 35 | 2 | - | Yes |
jspecify-1.0.0.jar | 3.8 kB | 14 | 5 | 2 | - | No |
junit-jupiter-api-5.12.2.jar | 233.4 kB | 211 | 192 | 8 | - | Yes |
junit-platform-commons-1.12.2.jar | 151.9 kB | 99 | 71 | 9 | - | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | - | Yes |
reactive-streams-1.0.4.jar | 11.6 kB | 17 | 13 | 1 | 1.6 | Yes |
jul-to-slf4j-2.0.17.jar | 6.3 kB | 15 | 2 | 2 | - | Yes |
slf4j-api-2.0.17.jar | 69.9 kB | 71 | 56 | 5 | - | Yes |
spring-aop-6.2.9.jar | 420.1 kB | 321 | 289 | 17 | - | Yes |
spring-aspects-6.2.9.jar | 49.9 kB | 52 | 33 | 5 | - | Yes |
spring-beans-6.2.9.jar | 889.5 kB | 482 | 451 | 13 | - | Yes |
spring-context-6.2.9.jar | 1.4 MB | 944 | 862 | 58 | - | Yes |
spring-core-6.2.9.jar | 2 MB | 1268 | 1187 | 59 | - | Yes |
spring-expression-6.2.9.jar | 317.8 kB | 168 | 156 | 6 | - | Yes |
spring-jcl-6.2.9.jar | 24.5 kB | 26 | 15 | 2 | - | Yes |
spring-jdbc-6.2.9.jar | 472.3 kB | 335 | 303 | 17 | - | Yes |
spring-messaging-6.2.9.jar | 618.7 kB | 370 | 338 | 23 | - | Yes |
spring-orm-6.2.9.jar | 234.9 kB | 124 | 105 | 7 | - | Yes |
spring-test-6.2.9.jar | 1 MB | 682 | 613 | 49 | - | Yes |
spring-tx-6.2.9.jar | 285.4 kB | 238 | 208 | 13 | - | Yes |
spring-web-6.2.9.jar | 2.1 MB | 1321 | 1241 | 59 | - | Yes |
spring-webflux-6.2.9.jar | 1 MB | 577 | 544 | 24 | - | Yes |
spring-webmvc-6.2.9.jar | 1.1 MB | 591 | 547 | 27 | - | Yes |
spring-websocket-6.2.9.jar | 444.3 kB | 268 | 235 | 21 | - | Yes |
spring-boot-3.5.4.jar | 1.9 MB | 1268 | 1135 | 85 | - | Yes |
spring-boot-autoconfigure-3.5.4.jar | 2.1 MB | 1610 | 1473 | 113 | - | Yes |
spring-boot-starter-3.5.4.jar | 4.8 kB | 4 | 0 | 0 | - | No |
spring-boot-starter-data-jpa-3.5.4.jar | 4.8 kB | 4 | 0 | 0 | - | No |
spring-boot-starter-jdbc-3.5.4.jar | 4.8 kB | 4 | 0 | 0 | - | No |
spring-boot-starter-json-3.5.4.jar | 4.7 kB | 4 | 0 | 0 | - | No |
spring-boot-starter-logging-3.5.4.jar | 4.8 kB | 4 | 0 | 0 | - | No |
spring-boot-starter-reactor-netty-3.5.4.jar | 4.8 kB | 4 | 0 | 0 | - | No |
spring-boot-starter-tomcat-3.5.4.jar | 4.8 kB | 4 | 0 | 0 | - | No |
spring-boot-starter-web-3.5.4.jar | 4.8 kB | 4 | 0 | 0 | - | No |
spring-boot-starter-webflux-3.5.4.jar | 4.8 kB | 4 | 0 | 0 | - | No |
spring-boot-starter-websocket-3.5.4.jar | 4.8 kB | 4 | 0 | 0 | - | No |
spring-data-commons-3.5.2.jar | 1.5 MB | 1024 | 947 | 47 | - | Yes |
spring-data-jpa-3.5.2.jar | 1.8 MB | 919 | 875 | 15 | - | Yes |
spring-graphql-1.4.1.jar | 660.5 kB | 440 | 407 | 16 | - | Yes |
snakeyaml-2.4.jar | 339.8 kB | 281 | 235 | 23 | - | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
108 | 73.6 MB | 46786 | 40190 | 1871 | 1.8 | 92 |
compile: 86 | compile: 58.4 MB | compile: 36793 | compile: 33781 | compile: 1614 | - | compile: 71 |
test: 5 | test: 1.4 MB | test: 1016 | test: 888 | test: 70 | - | test: 5 |
runtime: 12 | runtime: 13.5 MB | runtime: 8619 | runtime: 5243 | runtime: 164 | - | runtime: 12 |
provided: 5 | provided: 301.4 kB | provided: 358 | provided: 278 | provided: 23 | - | provided: 4 |