MVN

no.priv.bang.karaf : jersey.tests

Maven & Gradle

Jul 30, 2023
1 stars

Jersey karaf feature integration test · Pax Exam integration test for karaf feature that will load the Jersey JAX-RS implementation

<dependency>
    <groupId>no.priv.bang.karaf</groupId>
    <artifactId>jersey.tests</artifactId>
    <version>1.9.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.priv.bang.karaf : jersey.tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.6

All Versions

Choose a version of no.priv.bang.karaf : jersey.tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
jersey.tests-1.9.6
jersey.tests-1.9.5
jersey.tests-1.9.4
jersey.tests-1.9.3
jersey.tests-1.9.2
jersey.tests-1.9.1
jersey.tests-1.9.0
1.8.x
jersey.tests-1.8.5
jersey.tests-1.8.4
jersey.tests-1.8.3
jersey.tests-1.8.2
jersey.tests-1.8.1
jersey.tests-1.8.0

How to add a dependency to Maven

Add the following no.priv.bang.karaf : jersey.tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.priv.bang.karaf</groupId>
    <artifactId>jersey.tests</artifactId>
    <version>1.9.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.priv.bang.karaf : jersey.tests gradle dependency to your build.gradle file:

implementation 'no.priv.bang.karaf:jersey.tests:1.9.6'

Gradle Kotlin DSL: Add the following no.priv.bang.karaf : jersey.tests gradle kotlin dependency to your build.gradle.kts file:

implementation("no.priv.bang.karaf:jersey.tests:1.9.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.priv.bang.karaf : jersey.tests sbt scala dependency to your build.sbt file:

libraryDependencies += "no.priv.bang.karaf" % "jersey.tests" % "1.9.6"