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