MVN

org.apache.karaf : itests

Maven & Gradle

Jan 14, 2022

Apache Karaf :: ITests · Integration tests

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

Latest Version

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

  • Latest Stable: tests

All Versions

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

Version Vulnerabilities Updated
2.0.x
itests-2.0.0
tests
itests-tests
itests
itests-itests
common
itests-common
kittests
itests-kittests
dependencies
itests-dependencies

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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