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