GroupId | GroupIdio.fabric8 |
---|---|
ArtifactId | ArtifactIdvolumesnapshot |
Version | Version4.13.3 |
Type | Typepom |
Filename | Size |
---|---|
volumesnapshot-4.13.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8/volumesnapshot/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>volumesnapshot</artifactId>
<version>4.13.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/volumesnapshot/
implementation 'io.fabric8:volumesnapshot:4.13.3'
// https://jarcasting.com/artifacts/io.fabric8/volumesnapshot/
implementation ("io.fabric8:volumesnapshot:4.13.3")
'io.fabric8:volumesnapshot:pom:4.13.3'
<dependency org="io.fabric8" name="volumesnapshot" rev="4.13.3">
<artifact name="volumesnapshot" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='volumesnapshot', version='4.13.3')
)
libraryDependencies += "io.fabric8" % "volumesnapshot" % "4.13.3"
[io.fabric8/volumesnapshot "4.13.3"]