GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdpower-annotations |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
power-annotations-1.5.0.pom | |
power-annotations-1.5.0.jar | 2 KB |
power-annotations-1.5.0-sources.jar | 3 KB |
power-annotations-1.5.0-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/power-annotations/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>power-annotations</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/power-annotations/
implementation 'io.smallrye:power-annotations:1.5.0'
// https://jarcasting.com/artifacts/io.smallrye/power-annotations/
implementation ("io.smallrye:power-annotations:1.5.0")
'io.smallrye:power-annotations:jar:1.5.0'
<dependency org="io.smallrye" name="power-annotations" rev="1.5.0">
<artifact name="power-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='power-annotations', version='1.5.0')
)
libraryDependencies += "io.smallrye" % "power-annotations" % "1.5.0"
[io.smallrye/power-annotations "1.5.0"]