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 |
|---|---|---|---|---|
| info.ejava.examples.app | hello-service-stdout | 6.2.0-SNAPSHOT | jar | - |
| org.springframework.boot | spring-boot-starter | 4.1.0-RC1 | 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:
Project Dependency Graph
Dependency Tree
- info.ejava.examples.app:appconfig-propertysource-example:jar:6.2.0-SNAPSHOT
- org.springframework.boot:spring-boot-starter:jar:4.1.0-RC1 (compile)
- org.springframework.boot:spring-boot-starter-logging:jar:4.1.0-RC1 (compile)
- ch.qos.logback:logback-classic:jar:1.5.32 (compile)
- ch.qos.logback:logback-core:jar:1.5.32 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
![[Information]](./images/icon_info_sml.gif)
- ch.qos.logback:logback-core:jar:1.5.32 (compile)
- org.apache.logging.log4j:log4j-to-slf4j:jar:2.25.4 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.25.4 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.logging.log4j:log4j-api:jar:2.25.4 (compile)
- org.slf4j:jul-to-slf4j:jar:2.0.17 (compile)
![[Information]](./images/icon_info_sml.gif)
- ch.qos.logback:logback-classic:jar:1.5.32 (compile)
- org.springframework.boot:spring-boot-autoconfigure:jar:4.1.0-RC1 (compile)
- org.springframework.boot:spring-boot:jar:4.1.0-RC1 (compile)
- org.springframework:spring-core:jar:7.0.7 (compile)
- commons-logging:commons-logging:jar:1.3.6 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.jspecify:jspecify:jar:1.0.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- commons-logging:commons-logging:jar:1.3.6 (compile)
- org.springframework:spring-context:jar:7.0.7 (compile)
- org.springframework:spring-aop:jar:7.0.7 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.springframework:spring-beans:jar:7.0.7 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.springframework:spring-expression:jar:7.0.7 (compile)
![[Information]](./images/icon_info_sml.gif)
- io.micrometer:micrometer-observation:jar:1.17.0-RC1 (compile)
- io.micrometer:micrometer-commons:jar:1.17.0-RC1 (compile)
![[Information]](./images/icon_info_sml.gif)
- io.micrometer:micrometer-commons:jar:1.17.0-RC1 (compile)
- org.springframework:spring-aop:jar:7.0.7 (compile)
- org.springframework:spring-core:jar:7.0.7 (compile)
- org.springframework.boot:spring-boot:jar:4.1.0-RC1 (compile)
- jakarta.annotation:jakarta.annotation-api:jar:2.1.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.yaml:snakeyaml:jar:2.6 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.springframework.boot:spring-boot-starter-logging:jar:4.1.0-RC1 (compile)
- info.ejava.examples.app:hello-service-stdout:jar:6.2.0-SNAPSHOT (compile)
- info.ejava.examples.app:hello-service-api:jar:6.2.0-SNAPSHOT (compile)
![[Information]](./images/icon_info_sml.gif)
- info.ejava.examples.app:hello-service-api:jar:6.2.0-SNAPSHOT (compile)
- org.springframework.boot:spring-boot-starter:jar:4.1.0-RC1 (compile)
Licenses
Unknown: App::Config::Hello Service API, App::Config::Hello Service StdOut, App::Config::Property Source Example
The Apache License, Version 2.0: JSpecify annotations
Apache License, Version 2.0: SnakeYAML, Spring AOP, Spring Beans, Spring Context, Spring Core, Spring Expression Language (SpEL), spring-boot, spring-boot-autoconfigure, spring-boot-starter, spring-boot-starter-logging
Apache-2.0: Apache Commons Logging, Apache Log4j API, Log4j API to SLF4J Adapter
MIT: JUL to SLF4J bridge, SLF4J API Module
EPL 2.0: Jakarta Annotations API
GPL2 w/ CPE: Jakarta Annotations API
Eclipse Public License - v 2.0: Logback Classic Module, Logback Core Module
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
The Apache Software License, Version 2.0: micrometer-commons, micrometer-observation
Dependency File Details
| Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
|---|---|---|---|---|---|---|
| logback-classic-1.5.32.jar | 286.5 kB | 221 | 178 | 29 | 11 | Yes |
| logback-core-1.5.32.jar | 644.4 kB | 539 | - | - | - | - |
| • Root | - | 532 | 481 | 39 | 11 | Yes |
| • Versioned | - | 7 | 1 | 1 | 21 | Yes |
| commons-logging-1.3.6.jar | 74 kB | 44 | - | - | - | - |
| • Root | - | 42 | 27 | 2 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| hello-service-api/target/classes | - | 0 | 0 | 0 | - | - |
| hello-service-stdout/target/classes | - | 0 | 0 | 0 | - | - |
| micrometer-commons-1.17.0-RC1.jar | 51.8 kB | 54 | 39 | 7 | 1.8 | Yes |
| micrometer-observation-1.17.0-RC1.jar | 84.3 kB | 82 | 67 | 6 | 1.8 | Yes |
| jakarta.annotation-api-2.1.1.jar | 26.1 kB | 31 | 18 | 4 | 1.8 | Yes |
| log4j-api-2.25.4.jar | 351.1 kB | 253 | - | - | - | - |
| • Root | - | 242 | 210 | 12 | 1.8 | Yes |
| • Versioned | - | 11 | 4 | 2 | 9 | Yes |
| log4j-to-slf4j-2.25.4.jar | 24.2 kB | 26 | 10 | 2 | 1.8 | Yes |
| jspecify-1.0.0.jar | 3.8 kB | 14 | - | - | - | - |
| • Root | - | 10 | 4 | 1 | 1.8 | No |
| • Versioned | - | 4 | 1 | 1 | 9 | No |
| jul-to-slf4j-2.0.17.jar | 6.3 kB | 15 | - | - | - | - |
| • Root | - | 13 | 1 | 1 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| slf4j-api-2.0.17.jar | 69.9 kB | 71 | - | - | - | - |
| • Root | - | 69 | 55 | 4 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| spring-aop-7.0.7.jar | 426.2 kB | 325 | 293 | 18 | 17 | Yes |
| spring-beans-7.0.7.jar | 928 kB | 504 | 473 | 13 | 17 | Yes |
| spring-context-7.0.7.jar | 1.4 MB | 966 | 883 | 59 | 17 | Yes |
| spring-core-7.0.7.jar | 2 MB | 1308 | - | - | - | - |
| • Root | - | 1287 | 1211 | 60 | 17 | Yes |
| • Versioned | - | 6 | 1 | 1 | 21 | Yes |
| • Versioned | - | 15 | 9 | 1 | 24 | Yes |
| spring-expression-7.0.7.jar | 322.5 kB | 170 | 158 | 6 | 17 | Yes |
| spring-boot-4.1.0-RC1.jar | 1.4 MB | 929 | 840 | 47 | 17 | Yes |
| spring-boot-autoconfigure-4.1.0-RC1.jar | 372.7 kB | 295 | 258 | 20 | 17 | Yes |
| spring-boot-starter-4.1.0-RC1.jar | 4.8 kB | 4 | 0 | 0 | - | - |
| spring-boot-starter-logging-4.1.0-RC1.jar | 4.7 kB | 4 | 0 | 0 | - | - |
| snakeyaml-2.6.jar | 340.1 kB | 281 | - | - | - | - |
| • Root | - | 273 | 234 | 22 | 1.8 | Yes |
| • Versioned | - | 8 | 3 | 2 | 9 | Yes |
| Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
| 23 | 8.8 MB | 6136 | 5440 | 352 | 17 | 18 |
| compile: 23 | compile: 8.8 MB | compile: 6136 | compile: 5440 | compile: 352 | 17 | compile: 18 |

