GroupId | GroupIdorg.apache.karaf.itests |
---|---|
ArtifactId | ArtifactIditests |
Version | Version3.0.10 |
Type | Typejar |
Filename | Size |
---|---|
itests-3.0.10.pom | |
itests-3.0.10.jar | 9 KB |
itests-3.0.10-tests.jar | 90 KB |
itests-3.0.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.karaf.itests/itests/
implementation 'org.apache.karaf.itests:itests:3.0.10'
// https://jarcasting.com/artifacts/org.apache.karaf.itests/itests/
implementation ("org.apache.karaf.itests:itests:3.0.10")
'org.apache.karaf.itests:itests:jar:3.0.10'
<dependency org="org.apache.karaf.itests" name="itests" rev="3.0.10">
<artifact name="itests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.karaf.itests', module='itests', version='3.0.10')
)
libraryDependencies += "org.apache.karaf.itests" % "itests" % "3.0.10"
[org.apache.karaf.itests/itests "3.0.10"]