is not current version
Last Version 3.0.12

io.fabric8:components 2.1.5


GroupId

GroupId

io.fabric8
ArtifactId

ArtifactId

components
Version

Version

2.1.5
Type

Type

pom

Download components 2.1.5

Filename Size
components-2.1.5.pom 3 KB
Browse

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