GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdsmallrye-power-annotations-parent |
Version | Version1.1.2 |
Type | Typepom |
Filename | Size |
---|---|
smallrye-power-annotations-parent-1.1.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-power-annotations-parent/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-power-annotations-parent</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-power-annotations-parent/
implementation 'io.smallrye:smallrye-power-annotations-parent:1.1.2'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-power-annotations-parent/
implementation ("io.smallrye:smallrye-power-annotations-parent:1.1.2")
'io.smallrye:smallrye-power-annotations-parent:pom:1.1.2'
<dependency org="io.smallrye" name="smallrye-power-annotations-parent" rev="1.1.2">
<artifact name="smallrye-power-annotations-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-power-annotations-parent', version='1.1.2')
)
libraryDependencies += "io.smallrye" % "smallrye-power-annotations-parent" % "1.1.2"
[io.smallrye/smallrye-power-annotations-parent "1.1.2"]