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