is not current version
Last Version 0.35.1

io.restx:restx-core-annotation-processor 0.30


GroupId

GroupId

io.restx
ArtifactId

ArtifactId

restx-core-annotation-processor
Version

Version

0.30
Type

Type

jar

Download restx-core-annotation-processor 0.30


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