io.outfoxx.sunday-generator
所有者: Kevin Wooten
Sunday Generator 是一个多语言支持 Sunday HTTP 客户端和 JAX-RS 服务器存根的代码生成器。
https://outfoxx.github.io/sunday
来源: https://github.com/outfoxx/sunday-generator
版本 1.1.0-beta.23(最新版本)
1.1.0-beta.23
创建于 2023 年 7 月 29 日。
Sunday Generator 是一个多语言支持 Sunday HTTP 客户端和 JAX-RS 服务器存根的代码生成器。
使用 插件 DSL
plugins {
id("io.outfoxx.sunday-generator") version "1.1.0-beta.23"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.outfoxx.sunday:gradle-plugin:1.1.0-beta.23")
}
}
apply(plugin = "io.outfoxx.sunday-generator")