s

smallrye-power-annotations-utils-parent

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