nebula.dependency-recommender
所有者: Nebula 插件
允许项目在依赖项部分省略版本号,并使用其他来源推荐版本
https://github.com/nebula-plugins/nebula-dependency-recommender
来源:https://github.com/nebula-plugins/nebula-dependency-recommender.git
使用插件DSL
plugins {
id("nebula.dependency-recommender") version "11.0.0"
}
使用旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.netflix.nebula:nebula-dependency-recommender:11.0.0")
}
}
apply(plugin = "nebula.dependency-recommender")