com.brambolt.gradle.rest
Owner: Brambolt
REST API utility
https://github.com/brambolt/gradle-rest
Sources: https://github.com/brambolt/gradle-rest
Version 2022.01.01-5616
2022.01.01-5616
Created 01 January 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.01.01-5616"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.brambolt.gradle:brambolt-gradle-rest:2022.01.01-5616") } } apply(plugin = "com.brambolt.gradle.rest")
- Applying plugins to all subprojects .