MVN

org.apache.karaf : tests

Maven & Gradle

Jul 14, 2011

Apache Karaf :: ITests · Integration tests

<dependency>
    <groupId>org.apache.karaf</groupId>
    <artifactId>tests</artifactId>
    <version>2.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.karaf : tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.6

All Versions

Choose a version of org.apache.karaf : tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
tests-2.1.6
tests-2.1.5
tests-2.1.4
tests-2.1.3
tests-2.1.2
tests-2.1.1
tests-2.1.0

How to add a dependency to Maven

Add the following org.apache.karaf : tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.karaf</groupId>
    <artifactId>tests</artifactId>
    <version>2.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.karaf : tests gradle dependency to your build.gradle file:

implementation 'org.apache.karaf:tests:2.1.6'

Gradle Kotlin DSL: Add the following org.apache.karaf : tests gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.karaf:tests:2.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.karaf : tests sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.karaf" % "tests" % "2.1.6"

Advertisement