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