com.brambolt.gradle.rest
Owner: Brambolt
REST API utility
https://github.com/brambolt/gradle-rest
Sources: https://github.com/brambolt/gradle-rest
Version 2022.04.01-7013
2022.04.01-7013
Created 28 March 2022.
REST API porcelain for the Jetty HTTP client.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.brambolt.gradle.rest") version "2022.04.01-7013"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.brambolt.gradle:brambolt-gradle-rest:2022.04.01-7013") } } apply(plugin = "com.brambolt.gradle.rest")
- Applying plugins to all subprojects .