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