GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdpower-annotations-scanner |
Version | Version1.2.0.Alpha1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye/power-annotations-scanner/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>power-annotations-scanner</artifactId>
<version>1.2.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/power-annotations-scanner/
implementation 'io.smallrye:power-annotations-scanner:1.2.0.Alpha1'
// https://jarcasting.com/artifacts/io.smallrye/power-annotations-scanner/
implementation ("io.smallrye:power-annotations-scanner:1.2.0.Alpha1")
'io.smallrye:power-annotations-scanner:jar:1.2.0.Alpha1'
<dependency org="io.smallrye" name="power-annotations-scanner" rev="1.2.0.Alpha1">
<artifact name="power-annotations-scanner" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='power-annotations-scanner', version='1.2.0.Alpha1')
)
libraryDependencies += "io.smallrye" % "power-annotations-scanner" % "1.2.0.Alpha1"
[io.smallrye/power-annotations-scanner "1.2.0.Alpha1"]