MVN

org.apache.karaf.itests : kittests

Maven & Gradle

Apr 27, 2013

Apache Karaf :: Integration Tests :: Kit Tests

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

Latest Version

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

  • Latest Stable: 2.2.11

All Versions

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

Version Vulnerabilities Updated
2.2.x
kittests-2.2.11
kittests-2.2.10
kittests-2.2.9
kittests-2.2.8
kittests-2.2.7
kittests-2.2.6
kittests-2.2.5
kittests-2.2.4
kittests-2.2.3
kittests-2.2.2
kittests-2.2.1
kittests-2.2.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.apache.karaf.itests:kittests:2.2.11'

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

implementation("org.apache.karaf.itests:kittests:2.2.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.karaf.itests" % "kittests" % "2.2.11"