Search Gradle plugins

Plugin Latest Version

Analyzing dependencies in a multi-project codebase. Finding root library (direct library dependency / first-level library dependency) for a transitive dependency and their depending projects that directly use them. Displaying unique dependency list. Finding all circular dependency chains.

1.2.0
(03 March 2024)

A plugin adding printing all subproject dependencies to root project's `dependencies` task.

0.1.0
(09 December 2024)

Gives an ability to declare sub-project dependencies easier, from the root project.

0.1
(07 December 2019)

Automatically patches vulnerable Java dependencies with secure versions from the Root.io registry — no changes to your dependency declarations required.

0.5.0
(07 June 2026)

Applies org.springframework.boot and wires the MSP Spring Boot BOM for dependency management. Names the bootJar after the root project and registers copyOtelJavaagent to copy the OpenTelemetry Java agent into build/libs at assemble time. Adds spring-boot-devtools (developmentOnly), micrometer-registry-prometheus (runtimeOnly), msp-spring-boot-application (implementation), and msp-spring-test-starter (testImplementation). Rewrites application.yml at processResources time with build metadata (context name, version, CI environment). When com.stano.docker is also applied, auto-configures the Docker image name, build args, and wires bootWar output as the Docker build context.

0.1.6
(22 June 2026)