MVN

org.glassfish.tyrus.tests : tyrus-tests-ejb

Maven & Gradle

Jan 23, 2013

Tyrus EJB Tests

<dependency>
    <groupId>org.glassfish.tyrus.tests</groupId>
    <artifactId>tyrus-tests-ejb</artifactId>
    <version>1.0-b10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0-b10

All Versions

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

Version Vulnerabilities Updated
1.0
tyrus-tests-ejb-1.0-b10
tyrus-tests-ejb-1.0-b09
tyrus-tests-ejb-1.0-b08

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.tyrus.tests</groupId>
    <artifactId>tyrus-tests-ejb</artifactId>
    <version>1.0-b10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.glassfish.tyrus.tests:tyrus-tests-ejb:1.0-b10'

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

implementation("org.glassfish.tyrus.tests:tyrus-tests-ejb:1.0-b10")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.glassfish.tyrus.tests" % "tyrus-tests-ejb" % "1.0-b10"