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