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.springframework.boot | spring-boot-starter-web | 2.7.18 | 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 |
---|---|---|---|---|
org.junit.jupiter | junit-jupiter | 5.8.2 | jar | Eclipse Public License v2.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:
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.jupiter | junit-jupiter-api | 5.8.2 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.8.2 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.8.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.8.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.8.2 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.2.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- io.github.rosestack:test:jar:0.0.15
- org.springframework.boot:spring-boot-starter-web:jar:2.7.18 (compile)
- org.springframework.boot:spring-boot-starter:jar:2.7.18 (compile)
- org.springframework.boot:spring-boot:jar:2.7.18 (compile)
- org.springframework.boot:spring-boot-autoconfigure:jar:2.7.18 (compile)
- org.springframework.boot:spring-boot-starter-logging:jar:2.7.18 (compile)
- ch.qos.logback:logback-classic:jar:1.2.12 (compile)
- ch.qos.logback:logback-core:jar:1.2.12 (compile)
- org.slf4j:slf4j-api:jar:1.7.36 (compile)
- ch.qos.logback:logback-core:jar:1.2.12 (compile)
- org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.2 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.17.2 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.17.2 (compile)
- org.slf4j:jul-to-slf4j:jar:1.7.36 (compile)
- ch.qos.logback:logback-classic:jar:1.2.12 (compile)
- jakarta.annotation:jakarta.annotation-api:jar:1.3.5 (compile)
- org.springframework:spring-core:jar:5.3.31 (compile)
- org.springframework:spring-jcl:jar:5.3.31 (compile)
- org.springframework:spring-jcl:jar:5.3.31 (compile)
- org.yaml:snakeyaml:jar:1.30 (compile)
- org.springframework.boot:spring-boot:jar:2.7.18 (compile)
- org.springframework.boot:spring-boot-starter-json:jar:2.7.18 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.13.5 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.5 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.13.5 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.5 (compile)
- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.13.5 (compile)
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.5 (compile)
- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.13.5 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.13.5 (compile)
- org.springframework.boot:spring-boot-starter-tomcat:jar:2.7.18 (compile)
- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.83 (compile)
- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.83 (compile)
- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.83 (compile)
- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.83 (compile)
- org.springframework:spring-web:jar:5.3.31 (compile)
- org.springframework:spring-beans:jar:5.3.31 (compile)
- org.springframework:spring-beans:jar:5.3.31 (compile)
- org.springframework:spring-webmvc:jar:5.3.31 (compile)
- org.springframework:spring-aop:jar:5.3.31 (compile)
- org.springframework:spring-context:jar:5.3.31 (compile)
- org.springframework:spring-expression:jar:5.3.31 (compile)
- org.springframework:spring-aop:jar:5.3.31 (compile)
- org.springframework.boot:spring-boot-starter:jar:2.7.18 (compile)
- org.junit.jupiter:junit-jupiter:jar:5.8.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.8.2 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.8.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.8.2 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.8.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.8.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.8.2 (test)
- org.springframework.boot:spring-boot-starter-web:jar:2.7.18 (compile)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: JUL to SLF4J bridge, SLF4J API Module
Apache License, Version 2.0: Apache Log4j API, Apache Log4j to SLF4J Adapter, SnakeYAML, Spring AOP, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring Web, Spring Web MVC, spring-boot, spring-boot-autoconfigure, spring-boot-starter, spring-boot-starter-json, spring-boot-starter-logging, spring-boot-starter-tomcat, spring-boot-starter-web, test, tomcat-embed-core, tomcat-embed-el, tomcat-embed-websocket
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
EPL 2.0: Jakarta Annotations API
GPL2 w/ CPE: Jakarta Annotations API
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
The Apache Software License, Version 2.0: Jackson datatype: JSR310, Jackson datatype: jdk8, Jackson-annotations, Jackson-core, Jackson-module-parameter-names, jackson-databind
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.2.12.jar | 231.8 kB | 207 | 157 | 25 | 1.6 | Yes |
logback-core-1.2.12.jar | 448.9 kB | 398 | 354 | 34 | 1.6 | Yes |
jackson-annotations-2.13.5.jar | 75.7 kB | 84 | 72 | 2 | 1.6 | Yes |
jackson-core-2.13.5.jar | 375.2 kB | 156 | - | - | - | - |
• Root | - | 154 | 127 | 12 | 1.6 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jackson-databind-2.13.5.jar | 1.5 MB | 746 | - | - | - | - |
• Root | - | 744 | 707 | 22 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jackson-datatype-jdk8-2.13.5.jar | 34.8 kB | 39 | - | - | - | - |
• Root | - | 37 | 22 | 1 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jackson-datatype-jsr310-2.13.5.jar | 121.2 kB | 81 | - | - | - | - |
• Root | - | 79 | 58 | 6 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jackson-module-parameter-names-2.13.5.jar | 9.5 kB | 21 | - | - | - | - |
• Root | - | 19 | 4 | 1 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jakarta.annotation-api-1.3.5.jar | 25.1 kB | 28 | 15 | 3 | 1.8 | Yes |
log4j-api-2.17.2.jar | 302.5 kB | 211 | - | - | - | - |
• Root | - | 199 | 175 | 7 | 1.8 | Yes |
• Versioned | - | 12 | 5 | 3 | 9 | Yes |
log4j-to-slf4j-2.17.2.jar | 18 kB | 22 | 6 | 1 | 1.8 | Yes |
tomcat-embed-core-9.0.83.jar | 3.5 MB | 1685 | 1563 | 79 | 1.8 | Yes |
tomcat-embed-el-9.0.83.jar | 258.3 kB | 172 | 161 | 7 | 1.8 | Yes |
tomcat-embed-websocket-9.0.83.jar | 283.3 kB | 195 | 182 | 6 | 1.8 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
junit-jupiter-5.8.2.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
junit-jupiter-api-5.8.2.jar | 193.5 kB | 183 | 168 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.8.2.jar | 229.7 kB | 140 | 123 | 9 | 1.8 | Yes |
junit-jupiter-params-5.8.2.jar | 577.3 kB | 377 | 343 | 22 | 1.8 | Yes |
junit-platform-commons-1.8.2.jar | 100.4 kB | 63 | - | - | - | - |
• Root | - | 55 | 42 | 7 | 1.8 | Yes |
• Versioned | - | 8 | 2 | 1 | 9 | Yes |
junit-platform-engine-1.8.2.jar | 185.8 kB | 142 | 126 | 9 | 1.8 | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | 1.6 | Yes |
jul-to-slf4j-1.7.36.jar | 4.5 kB | 11 | 1 | 1 | 1.5 | Yes |
slf4j-api-1.7.36.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes |
spring-aop-5.3.31.jar | 384.5 kB | 308 | 279 | 17 | 1.8 | Yes |
spring-beans-5.3.31.jar | 706.4 kB | 422 | 392 | 13 | 1.8 | Yes |
spring-context-5.3.31.jar | 1.3 MB | 979 | 892 | 64 | 1.8 | Yes |
spring-core-5.3.31.jar | 1.5 MB | 1037 | 978 | 49 | 1.8 | Yes |
spring-expression-5.3.31.jar | 293.2 kB | 164 | 150 | 6 | 1.8 | Yes |
spring-jcl-5.3.31.jar | 25.2 kB | 28 | 17 | 2 | 1.8 | Yes |
spring-web-5.3.31.jar | 1.6 MB | 1081 | 1010 | 55 | 1.8 | Yes |
spring-webmvc-5.3.31.jar | 1 MB | 602 | 557 | 28 | 1.8 | Yes |
spring-boot-2.7.18.jar | 1.5 MB | 1056 | 932 | 79 | 1.8 | Yes |
spring-boot-autoconfigure-2.7.18.jar | 1.7 MB | 1359 | 1231 | 107 | 1.8 | Yes |
spring-boot-starter-2.7.18.jar | 4.8 kB | 4 | 0 | 0 | - | - |
spring-boot-starter-json-2.7.18.jar | 4.7 kB | 4 | 0 | 0 | - | - |
spring-boot-starter-logging-2.7.18.jar | 4.8 kB | 4 | 0 | 0 | - | - |
spring-boot-starter-tomcat-2.7.18.jar | 4.8 kB | 4 | 0 | 0 | - | - |
spring-boot-starter-web-2.7.18.jar | 4.8 kB | 4 | 0 | 0 | - | - |
snakeyaml-1.30.jar | 331.6 kB | 265 | 227 | 21 | 1.7 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
40 | 19 MB | 12353 | 11116 | 712 | 9 | 34 |
compile: 32 | compile: 17.7 MB | compile: 11423 | compile: 10303 | compile: 652 | 1.8 | compile: 27 |
test: 8 | test: 1.3 MB | test: 930 | test: 813 | test: 60 | 9 | test: 7 |