~/programming/experiments/jb $ jb dep
2024-12-25 19:39:40.086416 - dartle[jb 19853] - INFO - Executing 1 task out of a total of 17 tasks: 1 task selected
2024-12-25 19:39:40.086644 - dartle[jb 19853] - INFO - Running task 'dependencies'
This project has the following runtime dependencies:
* my-group:my-app:1.0.0 (incl. transitive):
  - scope compile
    * org.slf4j:slf4j-api:2.0.16 [compile]
  1 compile dependency listed
  - scope runtime
    * org.apache.logging.log4j:log4j-core:2.24.3 [runtime]
        * org.apache.logging.log4j:log4j-api:2.24.3 [compile]
    * org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0 [runtime]:exclusions:[*:*]
  4 runtime dependencies listed
Build succeeded in 2.074 seconds!