License |
License |
---|---|
GroupId | GroupIdio.outfoxx.sunday |
ArtifactId | ArtifactIdgenerator |
Version | Version1.1.0-alpha.1 |
Type | Typepom |
Description |
DescriptionSunday Generator
Sunday Generator is a code generator for Sunday HTTP clients and JAX-RS server stubs in multiple languages.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
generator-1.1.0-alpha.1.pom | |
generator-1.1.0-alpha.1-sources.jar | 92 KB |
generator-1.1.0-alpha.1-javadoc.jar | 261 bytes |
generator-1.1.0-alpha.1-all.jar | 48 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.outfoxx.sunday/generator/ -->
<dependency>
<groupId>io.outfoxx.sunday</groupId>
<artifactId>generator</artifactId>
<version>1.1.0-alpha.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.outfoxx.sunday/generator/
implementation 'io.outfoxx.sunday:generator:1.1.0-alpha.1'
// https://jarcasting.com/artifacts/io.outfoxx.sunday/generator/
implementation ("io.outfoxx.sunday:generator:1.1.0-alpha.1")
'io.outfoxx.sunday:generator:pom:1.1.0-alpha.1'
<dependency org="io.outfoxx.sunday" name="generator" rev="1.1.0-alpha.1">
<artifact name="generator" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.outfoxx.sunday', module='generator', version='1.1.0-alpha.1')
)
libraryDependencies += "io.outfoxx.sunday" % "generator" % "1.1.0-alpha.1"
[io.outfoxx.sunday/generator "1.1.0-alpha.1"]