is not current version
Last Version 2.1.6

org.apache.karaf:tests 2.1.5

Integration tests

GroupId

GroupId

org.apache.karaf
ArtifactId

ArtifactId

tests
Version

Version

2.1.5
Type

Type

jar

Download tests 2.1.5


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