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 | License |
---|---|---|---|---|
commons-io | commons-io | 2.11.0 | 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 | License |
---|---|---|---|---|
log4j | log4j | 1.2.17 | jar | The Apache Software License, Version 2.0 |
org.hamcrest | hamcrest | 2.2 | jar | BSD License 3 |
org.junit.jupiter | junit-jupiter-api | 5.3.1 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.3.1 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 4.6.1 | jar | The MIT License |
org.slf4j | slf4j-log4j12 | 2.0.0-alpha5 | 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 | License |
---|---|---|---|---|
org.projectlombok | lombok | 1.18.24 | 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 | License |
---|---|---|---|---|
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 |
org.apiguardian | apiguardian-api | 1.0.0 | jar | The Apache License, Version 2.0 |
org.junit.platform | junit-platform-commons | 1.6.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.6.2 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.2 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.1.1 | jar | The Apache License, Version 2.0 |
org.slf4j | slf4j-api | 2.0.0-alpha5 | jar | MIT License |
Project Dependency Graph
Dependency Tree
- com.qulice:qulice-spi:jar:0.22.0
- commons-io:commons-io:jar:2.11.0 (compile)
- org.projectlombok:lombok:jar:1.18.24 (provided)
- org.junit.jupiter:junit-jupiter-api:jar:5.3.1 (test)
- org.apiguardian:apiguardian-api:jar:1.0.0 (test)
- org.opentest4j:opentest4j:jar:1.1.1 (test)
- org.junit.platform:junit-platform-commons:jar:1.6.2 (test)
- org.apiguardian:apiguardian-api:jar:1.0.0 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.3.1 (test)
- org.junit.platform:junit-platform-engine:jar:1.6.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.6.2 (test)
- org.slf4j:slf4j-log4j12:jar:2.0.0-alpha5 (test)
- org.slf4j:slf4j-api:jar:2.0.0-alpha5 (test)
- org.slf4j:slf4j-api:jar:2.0.0-alpha5 (test)
- log4j:log4j:jar:1.2.17 (test)
- org.hamcrest:hamcrest:jar:2.2 (test)
- org.mockito:mockito-core:jar:4.6.1 (test)
- net.bytebuddy:byte-buddy:jar:1.12.10 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.12.10 (test)
- org.objenesis:objenesis:jar:3.2 (test)
- net.bytebuddy:byte-buddy:jar:1.12.10 (test)
- commons-io:commons-io:jar:2.11.0 (compile)
Licenses
BSD: qulice-spi
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
The MIT License: Project Lombok, mockito-core
MIT License: SLF4J API Module, SLF4J LOG4J-12 Binding
BSD License 3: Hamcrest
Apache License, Version 2.0: Apache Commons IO, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
The Apache Software License, Version 2.0: Apache Log4j