Last Version

Rest Client Generator 0.0.1

Java annotation processor for the implementation of rest calls.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.raphasil.rest-client-generator
ArtifactId

ArtifactId

core
Version

Version

0.0.1
Type

Type

jar
Description

Description

Rest Client Generator
Java annotation processor for the implementation of rest calls.
Project URL

Project URL

https://raphasil.github.io/rest-client-generator
Source Code Management

Source Code Management

https://github.com/raphasil/rest-client-generator

Download core 0.0.1


<!-- https://jarcasting.com/artifacts/io.github.raphasil.rest-client-generator/core/ -->
<dependency>
    <groupId>io.github.raphasil.rest-client-generator</groupId>
    <artifactId>core</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.raphasil.rest-client-generator/core/
implementation 'io.github.raphasil.rest-client-generator:core:0.0.1'
// https://jarcasting.com/artifacts/io.github.raphasil.rest-client-generator/core/
implementation ("io.github.raphasil.rest-client-generator:core:0.0.1")
'io.github.raphasil.rest-client-generator:core:jar:0.0.1'
<dependency org="io.github.raphasil.rest-client-generator" name="core" rev="0.0.1">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.raphasil.rest-client-generator', module='core', version='0.0.1')
)
libraryDependencies += "io.github.raphasil.rest-client-generator" % "core" % "0.0.1"
[io.github.raphasil.rest-client-generator/core "0.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
io.github.raphasil.rest-client-generator : api jar 0.0.1

runtime (2)

Group / Artifact Type Version
com.squareup : javapoet jar
com.google.auto : auto-common jar

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
org.mockito : mockito-core jar
org.assertj : assertj-core jar

Project Modules

There are no modules declared in this project.