g

generator

Sunday Generator is a code generator for Sunday HTTP clients and JAX-RS server stubs in multiple languages.
https://outfoxx.github.io/sunday-generator
Apache License 2.0
Outfox, Inc.
Kevin Wooten
文件下载
文件名 操作
generator-1.1.0-beta.11.jar 下载
generator-1.1.0-beta.11.pom 下载
generator-1.1.0-beta.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.outfoxx.sunday</groupId>
  <artifactId>generator</artifactId>
  <version>1.1.0-beta.11</version>
</dependency>
Gradle Groovy
implementation 'io.outfoxx.sunday:generator:1.1.0-beta.11'
Gradle Kotlin
implementation("io.outfoxx.sunday:generator:1.1.0-beta.11")
Scala SBT
libraryDependencies += "io.outfoxx.sunday" % "generator" % "1.1.0-beta.11"
Groovy Grape
@Grapes(
  @Grab(group='io.outfoxx.sunday', module='generator', version='1.1.0-beta.11')
)
Apache Ivy
<dependency org="io.outfoxx.sunday" name="generator" rev="1.1.0-beta.11" />
Leiningen
[io.outfoxx.sunday/generator "1.1.0-beta.11"]
Apache Buildr
'io.outfoxx.sunday:generator:jar:1.1.0-beta.11'