MVN

org.apache.openejb : tck-common

Maven & Gradle

Sep 27, 2017
4 usages

OpenEJB :: TCK :: Common

<dependency>
    <groupId>org.apache.openejb</groupId>
    <artifactId>tck-common</artifactId>
    <version>4.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.openejb : tck-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.5
  • Latest Beta: 4.0.0-beta-2

All Versions

Choose a version of org.apache.openejb : tck-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
tck-common-4.7.5
tck-common-4.7.4
tck-common-4.7.3
tck-common-4.7.2
tck-common-4.7.1
tck-common-4.7.0
4.6.x
tck-common-4.6.0.2
tck-common-4.6.0.1
tck-common-4.6.0
4.5.x
tck-common-4.5.2
tck-common-4.5.1
tck-common-4.5.0
4.0.x
tck-common-4.0.0
tck-common-4.0.0-beta-2
tck-common-4.0.0-beta-1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.openejb</groupId>
    <artifactId>tck-common</artifactId>
    <version>4.7.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.openejb : tck-common gradle dependency to your build.gradle file:

implementation 'org.apache.openejb:tck-common:4.7.5'

Gradle Kotlin DSL: Add the following org.apache.openejb : tck-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.openejb:tck-common:4.7.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.openejb : tck-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.openejb" % "tck-common" % "4.7.5"