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