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