Project Dependencies
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.25.1 | jar | Apache License, Version 2.0 |
org.mockito | mockito-core | 4.11.0 | jar | The MIT License |
org.testng | testng | 7.9.0 | 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 |
---|---|---|---|---|
org.projectlombok | lombok | 1.18.30 | 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.
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 |
net.bytebuddy | byte-buddy | 1.14.11 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.12.19 | jar | Apache License, Version 2.0 |
org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.0 |
org.slf4j | slf4j-api | 2.0.10 | jar | MIT License |
org.webjars | jquery | 3.7.1 | jar | MIT License |
Project Dependency Graph
Dependency Tree
- com.expediagroup.beans:bean-utils-library-parent:pom:2.2.4
- org.projectlombok:lombok:jar:1.18.30 (provided)
- org.assertj:assertj-core:jar:3.25.1 (test)
- net.bytebuddy:byte-buddy:jar:1.14.11 (test)
- org.testng:testng:jar:7.9.0 (test)
- org.slf4j:slf4j-api:jar:2.0.10 (test)
- com.beust:jcommander:jar:1.82 (test)
- org.webjars:jquery:jar:3.7.1 (test)
- org.mockito:mockito-core:jar:4.11.0 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.12.19 (test)
- org.objenesis:objenesis:jar:3.3 (test)
Licenses
The MIT License: Project Lombok, mockito-core
MIT License: SLF4J API Module, jquery
Apache License, Version 2.0: AssertJ Core, BULL - Bean Utils Light Library, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis, jcommander, testng
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
jcommander-1.82.jar | 88.4 kB | 84 | 73 | 7 | 1.8 | Yes |
byte-buddy-1.14.11.jar | 4.2 MB | 2935 | 2881 | 39 | - | Yes |
byte-buddy-agent-1.12.19.jar | 256.4 kB | 90 | 70 | 3 | - | Yes |
assertj-core-3.25.1.jar | 1.4 MB | 872 | 830 | 28 | - | Yes |
mockito-core-4.11.0.jar | 684.9 kB | 651 | 579 | 64 | 1.8 | Yes |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
lombok-1.18.30.jar | 2 MB | 1063 | 172 | 13 | - | Yes |
slf4j-api-2.0.10.jar | 67.8 kB | 70 | 55 | 5 | - | Yes |
testng-7.9.0.jar | 1 MB | 630 | 581 | 27 | - | Yes |
jquery-3.7.1.jar | 307.9 kB | 18 | 0 | 0 | - | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
10 | 10.1 MB | 6472 | 5284 | 196 | 1.8 | 9 |
test: 9 | test: 8.1 MB | test: 5409 | test: 5112 | test: 183 | - | test: 8 |
provided: 1 | provided: 2 MB | provided: 1063 | provided: 172 | provided: 13 | - | provided: 1 |