License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.github.raphasil.rest-client-generator |
ArtifactId | ArtifactIdapi |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionRest Client Generator
Java annotation processor for the implementation of rest calls.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
api-0.0.1.pom | |
api-0.0.1.jar | 8 KB |
api-0.0.1-sources.jar | 14 KB |
api-0.0.1-javadoc.jar | 421 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.raphasil.rest-client-generator/api/ -->
<dependency>
<groupId>io.github.raphasil.rest-client-generator</groupId>
<artifactId>api</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.raphasil.rest-client-generator/api/
implementation 'io.github.raphasil.rest-client-generator:api:0.0.1'
// https://jarcasting.com/artifacts/io.github.raphasil.rest-client-generator/api/
implementation ("io.github.raphasil.rest-client-generator:api:0.0.1")
'io.github.raphasil.rest-client-generator:api:jar:0.0.1'
<dependency org="io.github.raphasil.rest-client-generator" name="api" rev="0.0.1">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.raphasil.rest-client-generator', module='api', version='0.0.1')
)
libraryDependencies += "io.github.raphasil.rest-client-generator" % "api" % "0.0.1"
[io.github.raphasil.rest-client-generator/api "0.0.1"]