is not current version
Last Version 2.1.6

org.apache.karaf:tests 2.1.4

Integration tests

GroupId

GroupId

org.apache.karaf
ArtifactId

ArtifactId

tests
Version

Version

2.1.4
Type

Type

jar

Download tests 2.1.4


<!-- https://jarcasting.com/artifacts/org.apache.karaf/tests/ -->
<dependency>
    <groupId>org.apache.karaf</groupId>
    <artifactId>tests</artifactId>
    <version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.karaf/tests/
implementation 'org.apache.karaf:tests:2.1.4'
// https://jarcasting.com/artifacts/org.apache.karaf/tests/
implementation ("org.apache.karaf:tests:2.1.4")
'org.apache.karaf:tests:jar:2.1.4'
<dependency org="org.apache.karaf" name="tests" rev="2.1.4">
  <artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.karaf', module='tests', version='2.1.4')
)
libraryDependencies += "org.apache.karaf" % "tests" % "2.1.4"
[org.apache.karaf/tests "2.1.4"]