| Группа | Группаio.smallrye |
|---|---|
| Идентификатор | Идентификаторpower-annotations |
| Версия | Версия1.2.0.Alpha1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.smallrye/power-annotations/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>power-annotations</artifactId>
<version>1.2.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/power-annotations/
implementation 'io.smallrye:power-annotations:1.2.0.Alpha1'
// https://jarcasting.com/artifacts/io.smallrye/power-annotations/
implementation ("io.smallrye:power-annotations:1.2.0.Alpha1")
'io.smallrye:power-annotations:jar:1.2.0.Alpha1'
<dependency org="io.smallrye" name="power-annotations" rev="1.2.0.Alpha1">
<artifact name="power-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='power-annotations', version='1.2.0.Alpha1')
)
libraryDependencies += "io.smallrye" % "power-annotations" % "1.2.0.Alpha1"
[io.smallrye/power-annotations "1.2.0.Alpha1"]