MVN

io.smallrye : power-annotations-tck

Maven & Gradle

Jun 01, 2022

Power Annotations: TCK · Test Compatibility Kit for Power Annotations, i.e. verifies that a Power Annotations implementation complies to the standard.

<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>power-annotations-tck</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.smallrye : power-annotations-tck to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0
  • Latest Release Candidate: 2.0.0.RC4
  • Latest Beta: 1.2.0.Beta1
  • Latest Alpha: 1.2.0.Alpha2

All Versions

Choose a version of io.smallrye : power-annotations-tck to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
power-annotations-tck-2.0.0.RC4
power-annotations-tck-2.0.0.RC3
power-annotations-tck-2.0.0.RC2
power-annotations-tck-2.0.0.RC1
1.6.x
power-annotations-tck-1.6.0
1.5.x
power-annotations-tck-1.5.0
1.4.x
power-annotations-tck-1.4.5
power-annotations-tck-1.4.4
power-annotations-tck-1.4.3.1
power-annotations-tck-1.4.3
power-annotations-tck-1.4.2
power-annotations-tck-1.4.1
power-annotations-tck-1.4.0
1.3.x
power-annotations-tck-1.3.5
power-annotations-tck-1.3.4
power-annotations-tck-1.3.3
power-annotations-tck-1.3.2
power-annotations-tck-1.3.1
power-annotations-tck-1.3.0
1.2.x
power-annotations-tck-1.2.8
power-annotations-tck-1.2.7
power-annotations-tck-1.2.6
power-annotations-tck-1.2.5
power-annotations-tck-1.2.4
power-annotations-tck-1.2.3
power-annotations-tck-1.2.2
power-annotations-tck-1.2.1
power-annotations-tck-1.2.0
power-annotations-tck-1.2.0.Beta1
power-annotations-tck-1.2.0.Alpha2
power-annotations-tck-1.2.0.Alpha1
1.1.x
power-annotations-tck-1.1.2
power-annotations-tck-1.1.1
power-annotations-tck-1.1.0
power-annotations-tck-1.1.0-RC1

How to add a dependency to Maven

Add the following io.smallrye : power-annotations-tck maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>power-annotations-tck</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.smallrye : power-annotations-tck gradle dependency to your build.gradle file:

implementation 'io.smallrye:power-annotations-tck:1.6.0'

Gradle Kotlin DSL: Add the following io.smallrye : power-annotations-tck gradle kotlin dependency to your build.gradle.kts file:

implementation("io.smallrye:power-annotations-tck:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.smallrye : power-annotations-tck sbt scala dependency to your build.sbt file:

libraryDependencies += "io.smallrye" % "power-annotations-tck" % "1.6.0"

Advertisement