r

restx-annotation-processors-package

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.
Files download
File Operation
restx-annotation-processors-package-1.0.0-rc3.jar download
restx-annotation-processors-package-1.0.0-rc3.pom download
restx-annotation-processors-package-1.0.0-rc3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.restx</groupId>
  <artifactId>restx-annotation-processors-package</artifactId>
  <version>1.0.0-rc3</version>
</dependency>
Gradle Groovy
implementation 'io.restx:restx-annotation-processors-package:1.0.0-rc3'
Gradle Kotlin
implementation("io.restx:restx-annotation-processors-package:1.0.0-rc3")
Scala SBT
libraryDependencies += "io.restx" % "restx-annotation-processors-package" % "1.0.0-rc3"
Groovy Grape
@Grapes(
  @Grab(group='io.restx', module='restx-annotation-processors-package', version='1.0.0-rc3')
)
Apache Ivy
<dependency org="io.restx" name="restx-annotation-processors-package" rev="1.0.0-rc3" />
Leiningen
[io.restx/restx-annotation-processors-package "1.0.0-rc3"]
Apache Buildr
'io.restx:restx-annotation-processors-package:jar:1.0.0-rc3'