com.vanniktech.dependency.graph.generator
Owner: Niklas Baudy
Gradle plugin that generates dependency graphs from your project.
http://github.com/vanniktech/gradle-dependency-graph-generator-plugin/
Sources: http://github.com/vanniktech/gradle-dependency-graph-generator-plugin/
Version 0.3.0
0.3.0
Created 13 March 2018.
Gradle plugin that generates dependency graphs from your project.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.vanniktech.dependency.graph.generator") version "0.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.vanniktech:gradle-dependency-graph-generator-plugin:0.3.0") } } apply(plugin = "com.vanniktech.dependency.graph.generator")
- Applying plugins to all subprojects .