| GroupId | GroupIdorg.apache.karaf.itests |
|---|---|
| ArtifactId | ArtifactIdtests |
| Version | Version4.2.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tests-4.2.13.pom | |
| tests-4.2.13.jar | 13 KB |
| tests-4.2.13-sources.jar | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.karaf.itests/tests/ -->
<dependency>
<groupId>org.apache.karaf.itests</groupId>
<artifactId>tests</artifactId>
<version>4.2.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.karaf.itests/tests/
implementation 'org.apache.karaf.itests:tests:4.2.13'
// https://jarcasting.com/artifacts/org.apache.karaf.itests/tests/
implementation ("org.apache.karaf.itests:tests:4.2.13")
'org.apache.karaf.itests:tests:jar:4.2.13'
<dependency org="org.apache.karaf.itests" name="tests" rev="4.2.13">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.karaf.itests', module='tests', version='4.2.13')
)
libraryDependencies += "org.apache.karaf.itests" % "tests" % "4.2.13"
[org.apache.karaf.itests/tests "4.2.13"]