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