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 |
---|---|---|---|---|---|
org.apache.commons | commons-lang3 | 3.12.0 | jar | Apache License, Version 2.0 | No |
org.slf4j | slf4j-api | 2.0.9 | jar | MIT License | No |
com.fasterxml.jackson.core | jackson-databind | 2.11.0 | jar | The Apache Software License, Version 2.0 | Yes |
dev.orne.test | generators | 0.2.0 | jar | GNU Lesser General Public License (LGPL) version 3.0 | Yes |
javax.validation | validation-api | 2.0.1.Final | jar | Apache License 2.0 | Yes |
javax.xml.bind | jaxb-api | 2.3.1 | jar | CDDL 1.1GPL2 w/ CPE | Yes |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 | Yes |
org.springframework | spring-context | 5.3.0 | jar | Apache License, Version 2.0 | Yes |
org.springframework | spring-web | 5.3.0 | jar | Apache License, Version 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 |
---|---|---|---|---|
ch.qos.logback | logback-classic | 1.3.14 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License |
org.apache.commons | commons-text | 1.9 | jar | Apache License, Version 2.0 |
org.glassfish | jakarta.el | 4.0.0 | jar | Eclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception |
org.glassfish.jaxb | jaxb-runtime | 2.3.1 | jar | CDDL+GPL License |
org.hibernate.validator | hibernate-validator | 7.0.1.Final | jar | Apache License 2.0 |
org.junit.jupiter | junit-jupiter | 5.10.1 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 4.11.0 | jar | The MIT License |
org.mockito | mockito-junit-jupiter | 4.11.0 | jar | The MIT License |
org.slf4j | jcl-over-slf4j | 2.0.9 | jar | Apache License, Version 2.0 |
org.springframework | spring-test | 5.3.0 | jar | Apache 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 |
---|---|---|---|---|---|
javax.activation | javax.activation-api | 1.2.0 | jar | CDDL/GPLv2+CE | No |
org.springframework | spring-core | 5.3.0 | jar | Apache License, Version 2.0 | No |
org.springframework | spring-jcl | 5.3.0 | jar | Apache License, Version 2.0 | No |
com.fasterxml.jackson.core | jackson-annotations | 2.11.0 | jar | The Apache Software License, Version 2.0 | Yes |
com.fasterxml.jackson.core | jackson-core | 2.11.0 | jar | The Apache Software License, Version 2.0 | Yes |
org.springframework | spring-aop | 5.3.0 | jar | Apache License, Version 2.0 | Yes |
org.springframework | spring-beans | 5.3.0 | jar | Apache License, Version 2.0 | Yes |
org.springframework | spring-expression | 5.3.0 | jar | Apache License, Version 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:
Project Dependency Graph
Dependency Tree
- dev.orne:i18n:jar:0.1.0
- org.slf4j:slf4j-api:jar:2.0.9 (compile)
- org.apache.commons:commons-lang3:jar:3.12.0 (compile)
- javax.validation:validation-api:jar:2.0.1.Final (compile)
- javax.xml.bind:jaxb-api:jar:2.3.1 (compile)
- javax.activation:javax.activation-api:jar:1.2.0 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.11.0 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.11.0 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.11.0 (compile)
- org.springframework:spring-context:jar:5.3.0 (compile)
- org.springframework:spring-aop:jar:5.3.0 (compile)
- org.springframework:spring-beans:jar:5.3.0 (compile)
- org.springframework:spring-core:jar:5.3.0 (compile)
- org.springframework:spring-jcl:jar:5.3.0 (compile)
- org.springframework:spring-expression:jar:5.3.0 (compile)
- org.springframework:spring-web:jar:5.3.0 (compile)
- dev.orne.test:generators:jar:0.2.0 (compile)
- org.apiguardian:apiguardian-api:jar:1.1.2 (compile)
- org.slf4j:jcl-over-slf4j:jar:2.0.9 (test)
- ch.qos.logback:logback-classic:jar:1.3.14 (test)
- ch.qos.logback:logback-core:jar:1.3.14 (test)
- org.junit.jupiter:junit-jupiter:jar:5.10.1 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.1 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.10.1 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.10.1 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.10.1 (test)
- org.junit.platform:junit-platform-engine:jar:1.10.1 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.1 (test)
- org.mockito:mockito-core:jar:4.11.0 (test)
- net.bytebuddy:byte-buddy:jar:1.12.19 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.12.19 (test)
- org.objenesis:objenesis:jar:3.3 (test)
- org.mockito:mockito-junit-jupiter:jar:4.11.0 (test)
- org.apache.commons:commons-text:jar:1.9 (test)
- org.hibernate.validator:hibernate-validator:jar:7.0.1.Final (test)
- jakarta.validation:jakarta.validation-api:jar:3.0.0 (test)
- org.jboss.logging:jboss-logging:jar:3.4.1.Final (test)
- com.fasterxml:classmate:jar:1.5.1 (test)
- org.glassfish:jakarta.el:jar:4.0.0 (test)
- jakarta.el:jakarta.el-api:jar:4.0.0 (test)
- org.glassfish.jaxb:jaxb-runtime:jar:2.3.1 (test)
- org.glassfish.jaxb:txw2:jar:2.3.1 (test)
- com.sun.istack:istack-commons-runtime:jar:3.0.7 (test)
- org.jvnet.staxex:stax-ex:jar:1.8 (test)
- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.15 (test)
- org.springframework:spring-test:jar:5.3.0 (test)
Licenses
Apache License, version 2.0: JBoss Logging 3
CDDL 1.1: istack common utility code runtime, jaxb-api
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
GNU Lesser General Public License (LGPL) version 3.0: Orne I18N, Orne Test Generators
GPL2 w/ CPE: istack common utility code runtime, jaxb-api
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
CDDL/GPLv2+CE: JavaBeans Activation Framework API jar
Eclipse Public License v. 2.0: Jakarta Expression Language API, Jakarta Expression Language Implementation
Apache License 2.0: Bean Validation API, Hibernate Validator Engine, Jakarta Bean Validation API
GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API, Jakarta Expression Language Implementation
The MIT License: mockito-core, mockito-junit-jupiter
Apache License, Version 2.0: Apache Commons Lang, Apache Commons Text, Byte Buddy (without dependencies), Byte Buddy agent, ClassMate, JCL 1.2 implemented over SLF4J, Objenesis, Spring AOP, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring TestContext Framework, Spring Web, fastinfoset
Dual license consisting of the CDDL v1.1 and GPL v2: Extended StAX API
The Apache Software License, Version 2.0: Jackson-annotations, Jackson-core, jackson-databind
CDDL+GPL License: JAXB Runtime, TXW2 Runtime
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.3.14.jar | 277.8 kB | 232 | 178 | 28 | - | Yes |
logback-core-1.3.14.jar | 579.7 kB | 507 | 453 | 42 | - | Yes |
classmate-1.5.1.jar | 67.8 kB | 55 | 40 | 5 | - | Yes |
istack-commons-runtime-3.0.7.jar | 25.5 kB | 35 | 22 | 4 | - | Yes |
FastInfoset-1.2.15.jar | 311.9 kB | 183 | 149 | 18 | - | Yes |
jakarta.el-api-4.0.0.jar | 80.6 kB | 61 | 49 | 1 | 1.8 | Yes |
jakarta.validation-api-3.0.0.jar | 92.7 kB | 160 | 143 | 9 | 1.8 | Yes |
javax.activation-api-1.2.0.jar | 56.7 kB | 41 | 31 | 1 | 1.5 | Yes |
byte-buddy-1.12.19.jar | 4 MB | 2742 | 2688 | 39 | - | Yes |
byte-buddy-agent-1.12.19.jar | 256.4 kB | 90 | 70 | 3 | - | Yes |
commons-lang3-3.12.0.jar | 587.4 kB | 374 | 345 | 17 | 1.8 | Yes |
commons-text-1.9.jar | 216.2 kB | 154 | 135 | 7 | 1.8 | Yes |
jakarta.el-4.0.0.jar | 173.8 kB | 130 | 113 | 5 | 1.8 | Yes |
jaxb-runtime-2.3.1.jar | 1.1 MB | 801 | 642 | 26 | - | Yes |
txw2-2.3.1.jar | 70.3 kB | 67 | 54 | 4 | - | Yes |
hibernate-validator-7.0.1.Final.jar | 1.3 MB | 1055 | 923 | 84 | 1.8 | Yes |
jboss-logging-3.4.1.Final.jar | 60.8 kB | 47 | 35 | 1 | 1.8 | Yes |
junit-jupiter-5.10.1.jar | 6.4 kB | 5 | 1 | 1 | - | No |
junit-jupiter-api-5.10.1.jar | 211 kB | 197 | 182 | 8 | - | Yes |
junit-jupiter-engine-5.10.1.jar | 244.7 kB | 147 | 130 | 9 | - | Yes |
junit-jupiter-params-5.10.1.jar | 586 kB | 381 | 347 | 22 | - | Yes |
junit-platform-commons-1.10.1.jar | 106.3 kB | 64 | 44 | 7 | - | Yes |
junit-platform-engine-1.10.1.jar | 204.8 kB | 153 | 136 | 10 | - | Yes |
stax-ex-1.8.jar | 36.1 kB | 36 | 25 | 3 | - | Yes |
mockito-core-4.11.0.jar | 684.9 kB | 651 | 579 | 64 | 1.8 | Yes |
mockito-junit-jupiter-4.11.0.jar | 5.4 kB | 9 | 2 | 1 | 1.8 | Yes |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | - | Yes |
jcl-over-slf4j-2.0.9.jar | 18.4 kB | 26 | 9 | 3 | - | Yes |
slf4j-api-2.0.9.jar | 64.6 kB | 67 | 52 | 5 | - | Yes |
spring-core-5.3.0.jar | 1.5 MB | 1044 | 984 | 49 | 1.8 | Yes |
spring-jcl-5.3.0.jar | 23.9 kB | 28 | 17 | 2 | 1.8 | Yes |
spring-test-5.3.0.jar | 751.8 kB | 547 | 492 | 40 | 1.8 | Yes |
jackson-annotations-2.11.0.jar | 68.2 kB | 81 | 69 | 2 | - | Yes |
jackson-core-2.11.0.jar | 351.5 kB | 144 | 118 | 13 | - | Yes |
jackson-databind-2.11.0.jar | 1.4 MB | 693 | 658 | 22 | - | Yes |
generators-0.2.0.jar | 163 kB | 137 | 123 | 4 | 1.8 | Yes |
validation-api-2.0.1.Final.jar | 93.1 kB | 163 | 143 | 9 | 1.8 | Yes |
jaxb-api-2.3.1.jar | 128.1 kB | 136 | 111 | 7 | - | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | Yes |
spring-aop-5.3.0.jar | 374.1 kB | 306 | 277 | 17 | 1.8 | Yes |
spring-beans-5.3.0.jar | 696.1 kB | 418 | 388 | 13 | 1.8 | Yes |
spring-context-5.3.0.jar | 1.2 MB | 973 | 886 | 64 | 1.8 | Yes |
spring-expression-5.3.0.jar | 282.3 kB | 164 | 150 | 6 | 1.8 | Yes |
spring-web-5.3.0.jar | 1.5 MB | 1049 | 979 | 55 | 1.8 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
45 | 20.1 MB | 14436 | 13027 | 744 | 1.8 | 44 |
compile: 17 | compile: 8.6 MB | compile: 5827 | compile: 5334 | compile: 288 | - | compile: 17 |
test: 28 | test: 11.5 MB | test: 8609 | test: 7693 | test: 456 | - | test: 27 |