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.3
0.3
Created 22 November 2019.
Common Gradle dependencies - See gradle refreshVersions
Add this plugin to your build using the plugins DSL:
plugins {
id("de.fayard.dependencies") version "0.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.fayard:dependencies:0.3") } } apply(plugin = "de.fayard.dependencies")
- Applying plugins to all subprojects .