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