is not current version
Last Version 0.35.1

io.restx:restx-annotation-processors-package 0.30

This RESTX module is used to provide a packaged version of all the official RESTX annotation processors. It is intended to be used in environment where annotation processing must be set manually, to ease the process of setting it up.

GroupId

GroupId

io.restx
ArtifactId

ArtifactId

restx-annotation-processors-package
Version

Version

0.30
Type

Type

jar

Download restx-annotation-processors-package 0.30


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