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 |
---|---|---|---|---|
org.hamcrest | hamcrest | 2.2 | jar | BSD License 3 |
org.mockito | mockito-core | 4.6.1 | jar | The MIT 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 |
---|---|---|---|---|
org.apache.commons | commons-lang3 | 3.12.0 | jar | Apache License, Version 2.0 |
org.testng | testng | 7.5 | 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 |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.12.10 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.12.10 | 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 |
---|---|---|---|---|
org.objenesis | objenesis | 3.2 | 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 |
---|---|---|---|---|
com.beust | jcommander | 1.78 | jar | Apache License, Version 2.0 |
com.google.code.findbugs | jsr305 | 3.0.1 | jar | The Apache Software License, Version 2.0 |
org.slf4j | slf4j-api | 1.7.32 | jar | MIT License |
org.webjars | jquery | 3.5.1 | jar | MIT License |
Project Dependency Graph
Dependency Tree
- com.google.code.bean-matchers:bean-matchers:jar:0.14
- org.hamcrest:hamcrest:jar:2.2 (compile)
- org.mockito:mockito-core:jar:4.6.1 (compile)
- net.bytebuddy:byte-buddy:jar:1.12.10 (compile)
- net.bytebuddy:byte-buddy-agent:jar:1.12.10 (compile)
- org.objenesis:objenesis:jar:3.2 (runtime)
- net.bytebuddy:byte-buddy:jar:1.12.10 (compile)
- org.testng:testng:jar:7.5 (test)
- com.google.code.findbugs:jsr305:jar:3.0.1 (test)
- org.slf4j:slf4j-api:jar:1.7.32 (test)
- com.beust:jcommander:jar:1.78 (test)
- org.webjars:jquery:jar:3.5.1 (test)
- com.google.code.findbugs:jsr305:jar:3.0.1 (test)
- org.apache.commons:commons-lang3:jar:3.12.0 (test)
- org.hamcrest:hamcrest:jar:2.2 (compile)
Licenses
3-Clause BSD License: Bean Matchers
BSD License 3: Hamcrest
The MIT License: mockito-core
MIT License: SLF4J API Module, jquery
Apache License, Version 2.0: Apache Commons Lang, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis, jcommander, testng
The Apache Software License, Version 2.0: FindBugs-jsr305