GroupId | GroupIdio.fabric8 |
---|---|
ArtifactId | ArtifactIditests |
Version | Version2.0.32 |
Type | Typejar |
Filename | Size |
---|---|
itests-2.0.32.pom | |
itests-2.0.32.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8/itests/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>itests</artifactId>
<version>2.0.32</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/itests/
implementation 'io.fabric8:itests:2.0.32'
// https://jarcasting.com/artifacts/io.fabric8/itests/
implementation ("io.fabric8:itests:2.0.32")
'io.fabric8:itests:jar:2.0.32'
<dependency org="io.fabric8" name="itests" rev="2.0.32">
<artifact name="itests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='itests', version='2.0.32')
)
libraryDependencies += "io.fabric8" % "itests" % "2.0.32"
[io.fabric8/itests "2.0.32"]