com.xebialabs.dependency
所有者: XebiaLabs
XebiaLabs dependency 插件
源码: https://github.com/xebialabs/gradle-xl-dependency-plugin
使用 插件 DSL
plugins {
id("com.xebialabs.dependency") version "1.3.5"
}
使用 遗留插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.xebialabs:gradle-xl-dependency-plugin:1.3.5")
}
}
apply(plugin = "com.xebialabs.dependency")