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-alpha.0.pom 下载
generator-1.1.0-alpha.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.outfoxx.sunday</groupId>
  <artifactId>generator</artifactId>
  <version>1.1.0-alpha.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.outfoxx.sunday:generator:1.1.0-alpha.0'
Gradle Kotlin
implementation("io.outfoxx.sunday:generator:1.1.0-alpha.0")
Scala SBT
libraryDependencies += "io.outfoxx.sunday" % "generator" % "1.1.0-alpha.0"
Groovy Grape
@Grapes(
  @Grab(group='io.outfoxx.sunday', module='generator', version='1.1.0-alpha.0')
)
Apache Ivy
<dependency org="io.outfoxx.sunday" name="generator" rev="1.1.0-alpha.0" />
Leiningen
[io.outfoxx.sunday/generator "1.1.0-alpha.0"]
Apache Buildr
'io.outfoxx.sunday:generator:jar:1.1.0-alpha.0'
本项目依赖
该项目无第三方依赖