GroupId | GroupIdio.fabric8 |
---|---|
ArtifactId | ArtifactIdvolumesnapshot-examples |
Version | Version5.0.0-alpha-3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fabric8/volumesnapshot-examples/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>volumesnapshot-examples</artifactId>
<version>5.0.0-alpha-3</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/volumesnapshot-examples/
implementation 'io.fabric8:volumesnapshot-examples:5.0.0-alpha-3'
// https://jarcasting.com/artifacts/io.fabric8/volumesnapshot-examples/
implementation ("io.fabric8:volumesnapshot-examples:5.0.0-alpha-3")
'io.fabric8:volumesnapshot-examples:jar:5.0.0-alpha-3'
<dependency org="io.fabric8" name="volumesnapshot-examples" rev="5.0.0-alpha-3">
<artifact name="volumesnapshot-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='volumesnapshot-examples', version='5.0.0-alpha-3')
)
libraryDependencies += "io.fabric8" % "volumesnapshot-examples" % "5.0.0-alpha-3"
[io.fabric8/volumesnapshot-examples "5.0.0-alpha-3"]