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