is not current version
Last Version 3.0.12

io.fabric8:components 2.0.3


GroupId

GroupId

io.fabric8
ArtifactId

ArtifactId

components
Version

Version

2.0.3
Type

Type

pom

Download components 2.0.3

Filename Size
components-2.0.3.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/io.fabric8/components/ -->
<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>components</artifactId>
    <version>2.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/components/
implementation 'io.fabric8:components:2.0.3'
// https://jarcasting.com/artifacts/io.fabric8/components/
implementation ("io.fabric8:components:2.0.3")
'io.fabric8:components:pom:2.0.3'
<dependency org="io.fabric8" name="components" rev="2.0.3">
  <artifact name="components" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='components', version='2.0.3')
)
libraryDependencies += "io.fabric8" % "components" % "2.0.3"
[io.fabric8/components "2.0.3"]