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 |
---|---|---|---|---|
ch.qos.logback | logback-classic | 1.5.19 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License |
org.loboevolution | LoboApi | 1.0 | jar | - |
org.loboevolution | LoboCommon | 1.0 | jar | - |
org.loboevolution | LoboHTML | 1.0 | jar | - |
org.loboevolution | LoboParser | 1.0 | jar | - |
org.loboevolution | LoboSVG | 1.0 | jar | - |
org.slf4j | slf4j-api | 2.0.17 | jar | MIT |
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.11.0 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.11.0 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.11.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-suite | 1.11.0 | jar | Eclipse Public License v2.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.42 | 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.
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 |
---|---|---|---|---|
ch.qos.logback | logback-core | 1.5.19 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License |
org.json | json | 20240303 | jar | Public Domain |
org.loboevolution | LoboW3C | 1.0 | jar | - |
org.loboevolution | LoboXalan | 1.0 | jar | - |
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.11.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.11.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-launcher | 1.11.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-suite-api | 1.11.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-suite-commons | 1.11.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-suite-engine | 1.11.0 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.loboevolution:LoboUnitTest:jar:1.0
- org.loboevolution:LoboCommon:jar:1.0 (compile)
- org.loboevolution:LoboW3C:jar:1.0 (compile)
- org.loboevolution:LoboW3C:jar:1.0 (compile)
- org.loboevolution:LoboApi:jar:1.0 (compile)
- org.loboevolution:LoboParser:jar:1.0 (compile)
- org.loboevolution:LoboHTML:jar:1.0 (compile)
- org.loboevolution:LoboXalan:jar:1.0 (compile)
- org.json:json:jar:20240303 (compile)
- org.loboevolution:LoboXalan:jar:1.0 (compile)
- org.loboevolution:LoboSVG:jar:1.0 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.11.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.0 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.0 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.11.0 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.11.0 (test)
- org.junit.platform:junit-platform-suite:jar:1.11.0 (test)
- org.junit.platform:junit-platform-suite-api:jar:1.11.0 (test)
- org.junit.platform:junit-platform-suite-engine:jar:1.11.0 (test)
- org.junit.platform:junit-platform-suite-commons:jar:1.11.0 (test)
- org.junit.platform:junit-platform-launcher:jar:1.11.0 (test)
- org.junit.platform:junit-platform-launcher:jar:1.11.0 (test)
- org.junit.platform:junit-platform-suite-commons:jar:1.11.0 (test)
- org.junit.platform:junit-platform-suite-api:jar:1.11.0 (test)
- org.projectlombok:lombok:jar:1.18.42 (provided)
- ch.qos.logback:logback-classic:jar:1.5.19 (compile)
- ch.qos.logback:logback-core:jar:1.5.19 (compile)
- ch.qos.logback:logback-core:jar:1.5.19 (compile)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
- org.loboevolution:LoboCommon:jar:1.0 (compile)
Licenses
Unknown: LoboApi, LoboCommon, LoboHTML, LoboParser, LoboSVG, LoboUnitTest, LoboW3C, LoboXalan
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
The MIT License: Project Lombok
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher, JUnit Platform Suite (Aggregator), JUnit Platform Suite API, JUnit Platform Suite Commons, JUnit Platform Suite Engine
MIT: SLF4J API Module
Public Domain: JSON in Java
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
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.19.jar | 307.2 kB | 242 | 189 | 29 | 11 | Yes |
logback-core-1.5.19.jar | 627.6 kB | 531 | - | - | - | - |
• Root | - | 524 | 472 | 41 | 11 | Yes |
• Versioned | - | 7 | 1 | 1 | 21 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
json-20240303.jar | 78.3 kB | 42 | - | - | - | - |
• Root | - | 40 | 30 | 1 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
junit-jupiter-api-5.11.0.jar | 216.3 kB | 197 | 182 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.11.0.jar | 260.1 kB | 152 | 135 | 9 | 1.8 | Yes |
junit-jupiter-params-5.11.0.jar | 591.4 kB | 388 | 354 | 22 | 1.8 | Yes |
junit-platform-commons-1.11.0.jar | 140.6 kB | 86 | - | - | - | - |
• Root | - | 77 | 63 | 8 | 1.8 | Yes |
• Versioned | - | 9 | 3 | 1 | 9 | Yes |
junit-platform-engine-1.11.0.jar | 238.1 kB | 174 | 155 | 10 | 1.8 | Yes |
junit-platform-launcher-1.11.0.jar | 189 kB | 131 | 116 | 7 | 1.8 | Yes |
junit-platform-suite-1.11.0.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
junit-platform-suite-api-1.11.0.jar | 26.1 kB | 41 | 32 | 2 | 1.8 | No |
junit-platform-suite-commons-1.11.0.jar | 18 kB | 12 | 3 | 2 | 1.8 | Yes |
junit-platform-suite-engine-1.11.0.jar | 27.6 kB | 22 | 11 | 2 | 1.8 | Yes |
LoboApi-1.0.jar | 9.7 kB | 21 | 10 | 2 | 21 | Yes |
LoboCommon-1.0.jar | 164.1 kB | 95 | 79 | 7 | 21 | Yes |
LoboHTML-1.0.jar | 1 MB | 603 | 560 | 33 | 21 | Yes |
LoboParser-1.0.jar | 1.5 MB | 588 | 549 | 23 | 21 | Yes |
LoboSVG-1.0.jar | 145 kB | 90 | 78 | 2 | 21 | Yes |
LoboW3C-1.0.jar | 210.4 kB | 462 | 434 | 18 | 21 | Yes |
LoboXalan-1.0.jar | 296.4 kB | 214 | 187 | 13 | 21 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
lombok-1.18.42.jar | 2 MB | 1068 | 179 | 13 | 1.6 | Yes |
slf4j-api-2.0.17.jar | 69.9 kB | 71 | - | - | - | - |
• Root | - | 69 | 55 | 4 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
24 | 8.2 MB | 5259 | 3886 | 261 | 21 | 22 |
compile: 11 | compile: 4.4 MB | compile: 2959 | compile: 2643 | compile: 173 | 21 | compile: 11 |
provided: 1 | provided: 2 MB | provided: 1068 | provided: 179 | provided: 13 | provided: 1 | |
test: 12 | test: 1.7 MB | test: 1232 | test: 1064 | test: 75 | 9 | test: 10 |