s

smallrye-power-annotations-utils-api

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