io.outfoxx.sunday-generator
Owner: Kevin Wooten
Sunday Generator is a code generator for Sunday HTTP clients and JAX-RS server stubs in multiple languages.
https://outfoxx.github.io/sunday
Sources: https://github.com/outfoxx/sunday-generator
Version 1.2.2
1.2.2
Created 27 October 2024.
Sunday Generator is a code generator for Sunday HTTP clients and JAX-RS server stubs in multiple languages.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.outfoxx.sunday-generator") version "1.2.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.outfoxx.sunday:gradle-plugin:1.2.2") } } apply(plugin = "io.outfoxx.sunday-generator")
- Applying plugins to all subprojects .