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