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