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