is not current version
Last Version 4.4.0

org.apache.karaf.itests:tests 4.2.2


GroupId

GroupId

org.apache.karaf.itests
ArtifactId

ArtifactId

tests
Version

Version

4.2.2
Type

Type

jar

Download tests 4.2.2


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