MVN

org.eclipse.microprofile.lra : microprofile-lra-tck

Maven & Gradle

Feb 14, 2023
3 usages
90 stars

MicroProfile LRA TCK · LRA TCK

<dependency>
    <groupId>org.eclipse.microprofile.lra</groupId>
    <artifactId>microprofile-lra-tck</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.microprofile.lra : microprofile-lra-tck to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0
  • Latest Release Candidate: 2.0-RC1

All Versions

Choose a version of org.eclipse.microprofile.lra : microprofile-lra-tck to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
microprofile-lra-tck-2.0
microprofile-lra-tck-2.0-RC1
1.0
microprofile-lra-tck-1.0
microprofile-lra-tck-1.0-RC3
microprofile-lra-tck-1.0-RC2
microprofile-lra-tck-1.0-M2
microprofile-lra-tck-1.0-M1
microprofile-lra-tck-1.0-RC1

How to add a dependency to Maven

Add the following org.eclipse.microprofile.lra : microprofile-lra-tck maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.microprofile.lra</groupId>
    <artifactId>microprofile-lra-tck</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.microprofile.lra : microprofile-lra-tck gradle dependency to your build.gradle file:

implementation 'org.eclipse.microprofile.lra:microprofile-lra-tck:2.0'

Gradle Kotlin DSL: Add the following org.eclipse.microprofile.lra : microprofile-lra-tck gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.microprofile.lra:microprofile-lra-tck:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.microprofile.lra : microprofile-lra-tck sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.microprofile.lra" % "microprofile-lra-tck" % "2.0"