is not current version
Last Version 1.2.0.redhat-133

io.fabric8.examples:examples 1.1.0.CR3


GroupId

GroupId

io.fabric8.examples
ArtifactId

ArtifactId

examples
Version

Version

1.1.0.CR3
Type

Type

pom

Download examples 1.1.0.CR3

Filename Size
examples-1.1.0.CR3.pom 1 KB
Browse

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