GroupId | GroupIdio.fabric8 |
---|---|
ArtifactId | ArtifactIdservice-catalog |
Last Version | Last Version6.0.0-RC1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFabric8 :: Service Catalog :: Extension
|
Filename | Size |
---|---|
service-catalog-6.0.0-RC1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8/service-catalog/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>service-catalog</artifactId>
<version>6.0.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/service-catalog/
implementation 'io.fabric8:service-catalog:6.0.0-RC1'
// https://jarcasting.com/artifacts/io.fabric8/service-catalog/
implementation ("io.fabric8:service-catalog:6.0.0-RC1")
'io.fabric8:service-catalog:pom:6.0.0-RC1'
<dependency org="io.fabric8" name="service-catalog" rev="6.0.0-RC1">
<artifact name="service-catalog" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='service-catalog', version='6.0.0-RC1')
)
libraryDependencies += "io.fabric8" % "service-catalog" % "6.0.0-RC1"
[io.fabric8/service-catalog "6.0.0-RC1"]