<dependency>
<groupId>io.fabric8</groupId>
<artifactId>servicecatalog-client</artifactId>
<version>6.0.0-RC1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='servicecatalog-client', version='6.0.0-RC1')
)
<parent> <groupId>io.fabric8</groupId> <artifactId>service-catalog</artifactId> <version>6.0.0-RC1</version> </parent>
compile
|-- io.fabric8:servicecatalog-model
|-- io.fabric8:kubernetes-client-api
|-- io.sundr:builder-annotations
|-- io.sundr:transform-annotations
runtime
|-- io.fabric8:kubernetes-client
test