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-1.3.1.pom download
Apache Maven
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>smallrye-power-annotations-utils-parent</artifactId>
  <version>1.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye:smallrye-power-annotations-utils-parent:1.3.1'
Gradle Kotlin
implementation("io.smallrye:smallrye-power-annotations-utils-parent:1.3.1")
Scala SBT
libraryDependencies += "io.smallrye" % "smallrye-power-annotations-utils-parent" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye', module='smallrye-power-annotations-utils-parent', version='1.3.1')
)
Apache Ivy
<dependency org="io.smallrye" name="smallrye-power-annotations-utils-parent" rev="1.3.1" />
Leiningen
[io.smallrye/smallrye-power-annotations-utils-parent "1.3.1"]
Apache Buildr
'io.smallrye:smallrye-power-annotations-utils-parent:jar:1.3.1'