License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.outfoxx.sunday |
ArtifactId | ArtifactIdcli |
Version | Version1.1.0-alpha.1 |
Type | Typepom |
Description |
DescriptionSunday Generator - CLI
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 |
---|---|
cli-1.1.0-alpha.1.pom | |
cli-1.1.0-alpha.1-sources.jar | 10 KB |
cli-1.1.0-alpha.1-javadoc.jar | 261 bytes |
cli-1.1.0-alpha.1-all.jar | 50 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.outfoxx.sunday/cli/ -->
<dependency>
<groupId>io.outfoxx.sunday</groupId>
<artifactId>cli</artifactId>
<version>1.1.0-alpha.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.outfoxx.sunday/cli/
implementation 'io.outfoxx.sunday:cli:1.1.0-alpha.1'
// https://jarcasting.com/artifacts/io.outfoxx.sunday/cli/
implementation ("io.outfoxx.sunday:cli:1.1.0-alpha.1")
'io.outfoxx.sunday:cli:pom:1.1.0-alpha.1'
<dependency org="io.outfoxx.sunday" name="cli" rev="1.1.0-alpha.1">
<artifact name="cli" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.outfoxx.sunday', module='cli', version='1.1.0-alpha.1')
)
libraryDependencies += "io.outfoxx.sunday" % "cli" % "1.1.0-alpha.1"
[io.outfoxx.sunday/cli "1.1.0-alpha.1"]