Search Gradle plugins

Plugin Latest Version

Dependency analysis plugin for gradle. This plugin attempts to replicate the functionality of the maven dependency plugin's analyze goals which fail the build if dependencies are declared but not used or used but not declared.

2.0.0
(30 April 2025)

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

0.1.0
(09 December 2024)

You can find where a certain dependency exists in your Gradle project. This is useful when looking for vulnerabilities pointed out by tools like Dependabot.

0.0.1
(21 May 2024)

Added support for Maven-style optional dependencies.

3.2.2.2
(11 May 2024)

A Gradle plugin that allows the generation of Bazel repository rules from Gradle project dependency configuration

3.0.1
(23 January 2024)

A plug-in for analyzing application dependency library versions and output dependency information

1.0.2
(08 January 2024)

This plugin adds a new task (graphModules) to your project which will create an image with the graph of your module dependency tree

0.12
(02 June 2023)

Copy all the dependency jars of a project into a destination directory

0.7
(19 May 2023)

Caches all dependencies so they can be used by a read only cache.

2.0.13
(08 April 2023)

This plugin is useful to validate manual dependency conflict resolutions, e.g. by failing the build in case of accidential downgrades of dependencies. See the Javadoc of the plugin class for more details.

4.0.5
(06 February 2023)