is not current version
Last Version 0.35.1

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


GroupId

GroupId

io.restx
ArtifactId

ArtifactId

restx-core-annotation-processor
Version

Version

0.33
Type

Type

jar

Download restx-core-annotation-processor 0.33


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