com.brambolt.gradle.rest
所有者: Brambolt
REST API 工具
https://github.com/brambolt/gradle-rest
源代码: https://github.com/brambolt/gradle-rest
使用 插件 DSL
plugins {
id("com.brambolt.gradle.rest") version "2022.05.01-7057"
}
使用 旧插件应用方式
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.brambolt.gradle:brambolt-gradle-rest:2022.05.01-7057")
}
}
apply(plugin = "com.brambolt.gradle.rest")