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