p

power-jandex-maven-plugin

Replaces the `jandex-maven-plugin` to generate a Jandex index file, but with the Power Annotations resolved.
Files download
File Operation
power-jandex-maven-plugin-2.0.0.RC4.jar download
power-jandex-maven-plugin-2.0.0.RC4.pom download
power-jandex-maven-plugin-2.0.0.RC4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>power-jandex-maven-plugin</artifactId>
  <version>2.0.0.RC4</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye:power-jandex-maven-plugin:2.0.0.RC4'
Gradle Kotlin
implementation("io.smallrye:power-jandex-maven-plugin:2.0.0.RC4")
Scala SBT
libraryDependencies += "io.smallrye" % "power-jandex-maven-plugin" % "2.0.0.RC4"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye', module='power-jandex-maven-plugin', version='2.0.0.RC4')
)
Apache Ivy
<dependency org="io.smallrye" name="power-jandex-maven-plugin" rev="2.0.0.RC4" />
Leiningen
[io.smallrye/power-jandex-maven-plugin "2.0.0.RC4"]
Apache Buildr
'io.smallrye:power-jandex-maven-plugin:jar:2.0.0.RC4'