s

smallrye-power-annotations-utils-parent

Utils for working with annotations, i.e. currently an abstraction of the Jandex API. Used by the TCK.
Files download
File Operation
smallrye-power-annotations-utils-parent-2.0.0.RC4.pom download
Apache Maven
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>smallrye-power-annotations-utils-parent</artifactId>
  <version>2.0.0.RC4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye:smallrye-power-annotations-utils-parent:2.0.0.RC4'
Gradle Kotlin
implementation("io.smallrye:smallrye-power-annotations-utils-parent:2.0.0.RC4")
Scala SBT
libraryDependencies += "io.smallrye" % "smallrye-power-annotations-utils-parent" % "2.0.0.RC4"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye', module='smallrye-power-annotations-utils-parent', version='2.0.0.RC4')
)
Apache Ivy
<dependency org="io.smallrye" name="smallrye-power-annotations-utils-parent" rev="2.0.0.RC4" />
Leiningen
[io.smallrye/smallrye-power-annotations-utils-parent "2.0.0.RC4"]
Apache Buildr
'io.smallrye:smallrye-power-annotations-utils-parent:jar:2.0.0.RC4'