de.fayard.dependencies
Owner: Jean-Michel Fayard
Common Gradle dependencies - See gradle refreshVersions
https://builtwithgradle.netlify.com/
Sources: https://github.com/jmfayard/buildSrcVersions
Version 0.5.4
0.5.4
Created 17 February 2020.
Common Gradle dependencies - See gradle refreshVersions
Add this plugin to your build using the plugins DSL:
plugins {
id("de.fayard.dependencies") version "0.5.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.fayard:dependencies:0.5.4") } } apply(plugin = "de.fayard.dependencies")
- Applying plugins to all subprojects .