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.0.0
1.0.0
Created 14 May 2021.
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.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.outfoxx.sunday:gradle-plugin:1.0.0") } } apply(plugin = "io.outfoxx.sunday-generator")
- Applying plugins to all subprojects .