Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdpower-annotations-jandex-common |
Version | Version1.1.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye/power-annotations-jandex-common/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>power-annotations-jandex-common</artifactId>
<version>1.1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/power-annotations-jandex-common/
implementation 'io.smallrye:power-annotations-jandex-common:1.1.0-RC1'
// https://jarcasting.com/artifacts/io.smallrye/power-annotations-jandex-common/
implementation ("io.smallrye:power-annotations-jandex-common:1.1.0-RC1")
'io.smallrye:power-annotations-jandex-common:jar:1.1.0-RC1'
<dependency org="io.smallrye" name="power-annotations-jandex-common" rev="1.1.0-RC1">
<artifact name="power-annotations-jandex-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='power-annotations-jandex-common', version='1.1.0-RC1')
)
libraryDependencies += "io.smallrye" % "power-annotations-jandex-common" % "1.1.0-RC1"
[io.smallrye/power-annotations-jandex-common "1.1.0-RC1"]