License |
License |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdpower-annotations-scanner |
Version | Version1.3.0 |
Type | Typejar |
Description |
DescriptionPower Annotations Jandex Runtime Scanner
Build a Jandex index at runtime from the classpath and resolve power annotations
|
<!-- https://jarcasting.com/artifacts/io.smallrye/power-annotations-scanner/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>power-annotations-scanner</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/power-annotations-scanner/
implementation 'io.smallrye:power-annotations-scanner:1.3.0'
// https://jarcasting.com/artifacts/io.smallrye/power-annotations-scanner/
implementation ("io.smallrye:power-annotations-scanner:1.3.0")
'io.smallrye:power-annotations-scanner:jar:1.3.0'
<dependency org="io.smallrye" name="power-annotations-scanner" rev="1.3.0">
<artifact name="power-annotations-scanner" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='power-annotations-scanner', version='1.3.0')
)
libraryDependencies += "io.smallrye" % "power-annotations-scanner" % "1.3.0"
[io.smallrye/power-annotations-scanner "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss : jandex | jar | 2.3.0.Final |
io.smallrye : power-annotations-jandex-common | jar | 1.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
org.assertj : assertj-core | jar | 3.20.2 |