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 1.0.11.RELEASE
1.0.11.RELEASE
Created 13 January 2021.
No version description available.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.spring.dependency-management") version "1.0.11.RELEASE"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE") } } apply(plugin = "io.spring.dependency-management")
- Applying plugins to all subprojects .