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