GroupId | GroupIdio.fabric8 |
---|---|
ArtifactId | ArtifactIdservicecatalog-server-mock |
Version | Version4.13.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fabric8/servicecatalog-server-mock/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>servicecatalog-server-mock</artifactId>
<version>4.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/servicecatalog-server-mock/
implementation 'io.fabric8:servicecatalog-server-mock:4.13.0'
// https://jarcasting.com/artifacts/io.fabric8/servicecatalog-server-mock/
implementation ("io.fabric8:servicecatalog-server-mock:4.13.0")
'io.fabric8:servicecatalog-server-mock:jar:4.13.0'
<dependency org="io.fabric8" name="servicecatalog-server-mock" rev="4.13.0">
<artifact name="servicecatalog-server-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='servicecatalog-server-mock', version='4.13.0')
)
libraryDependencies += "io.fabric8" % "servicecatalog-server-mock" % "4.13.0"
[io.fabric8/servicecatalog-server-mock "4.13.0"]