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