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.5.0-RC.jar 下载
generator-1.5.0-RC.pom 下载
generator-1.5.0-RC-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.outfoxx.sunday</groupId>
  <artifactId>generator</artifactId>
  <version>1.5.0-RC</version>
</dependency>
Gradle Groovy
implementation 'io.outfoxx.sunday:generator:1.5.0-RC'
Gradle Kotlin
implementation("io.outfoxx.sunday:generator:1.5.0-RC")
Scala SBT
libraryDependencies += "io.outfoxx.sunday" % "generator" % "1.5.0-RC"
Groovy Grape
@Grapes(
  @Grab(group='io.outfoxx.sunday', module='generator', version='1.5.0-RC')
)
Apache Ivy
<dependency org="io.outfoxx.sunday" name="generator" rev="1.5.0-RC" />
Leiningen
[io.outfoxx.sunday/generator "1.5.0-RC"]
Apache Buildr
'io.outfoxx.sunday:generator:jar:1.5.0-RC'