io.spring.dependency-management
Owner: Spring
A Gradle plugin that provides Maven-like dependency management functionality
https://github.com/spring-gradle-plugins/dependency-management-plugin
Version 0.5.5.RELEASE
0.5.5.RELEASE
Created 03 February 2016.
No version description available.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.spring.dependency-management") version "0.5.5.RELEASE"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.spring.gradle:dependency-management-plugin:0.5.5.RELEASE") } } apply(plugin = "io.spring.dependency-management")
- Applying plugins to all subprojects .