License |
License |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdpower-annotations |
Version | Version2.0.0.RC3 |
Type | Typejar |
Description |
DescriptionPower Annotations: Annotations
The Annotations resolved by Power Annotations
|
<!-- https://jarcasting.com/artifacts/io.smallrye/power-annotations/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>power-annotations</artifactId>
<version>2.0.0.RC3</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/power-annotations/
implementation 'io.smallrye:power-annotations:2.0.0.RC3'
// https://jarcasting.com/artifacts/io.smallrye/power-annotations/
implementation ("io.smallrye:power-annotations:2.0.0.RC3")
'io.smallrye:power-annotations:jar:2.0.0.RC3'
<dependency org="io.smallrye" name="power-annotations" rev="2.0.0.RC3">
<artifact name="power-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='power-annotations', version='2.0.0.RC3')
)
libraryDependencies += "io.smallrye" % "power-annotations" % "2.0.0.RC3"
[io.smallrye/power-annotations "2.0.0.RC3"]