MVN

org.glassfish.tyrus.tests : tyrus-tests-containers-jdk-client

Maven & Gradle

Feb 17, 2023
102 stars

Tyrus JDK Containers Tests

<dependency>
    <groupId>org.glassfish.tyrus.tests</groupId>
    <artifactId>tyrus-tests-containers-jdk-client</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.tyrus.tests : tyrus-tests-containers-jdk-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.3

All Versions

Choose a version of org.glassfish.tyrus.tests : tyrus-tests-containers-jdk-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
tyrus-tests-containers-jdk-client-2.1.3
tyrus-tests-containers-jdk-client-2.1.2
tyrus-tests-containers-jdk-client-2.1.1
tyrus-tests-containers-jdk-client-2.1.0
tyrus-tests-containers-jdk-client-2.1.0-M4
tyrus-tests-containers-jdk-client-2.1.0-M2
tyrus-tests-containers-jdk-client-2.1.0-M1
2.0.x
tyrus-tests-containers-jdk-client-2.0.4
tyrus-tests-containers-jdk-client-2.0.3
tyrus-tests-containers-jdk-client-2.0.2

How to add a dependency to Maven

Add the following org.glassfish.tyrus.tests : tyrus-tests-containers-jdk-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.tyrus.tests</groupId>
    <artifactId>tyrus-tests-containers-jdk-client</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.tyrus.tests : tyrus-tests-containers-jdk-client gradle dependency to your build.gradle file:

implementation 'org.glassfish.tyrus.tests:tyrus-tests-containers-jdk-client:2.1.3'

Gradle Kotlin DSL: Add the following org.glassfish.tyrus.tests : tyrus-tests-containers-jdk-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.tyrus.tests:tyrus-tests-containers-jdk-client:2.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.tyrus.tests : tyrus-tests-containers-jdk-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.tyrus.tests" % "tyrus-tests-containers-jdk-client" % "2.1.3"