Categories |
CategoriesDocker Container Virtualization Tools |
---|---|
GroupId | GroupIdio.hyscale |
ArtifactId | ArtifactIddockerfile-gen-services |
Version | Version0.9.8.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.hyscale/dockerfile-gen-services/ -->
<dependency>
<groupId>io.hyscale</groupId>
<artifactId>dockerfile-gen-services</artifactId>
<version>0.9.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.hyscale/dockerfile-gen-services/
implementation 'io.hyscale:dockerfile-gen-services:0.9.8.4'
// https://jarcasting.com/artifacts/io.hyscale/dockerfile-gen-services/
implementation ("io.hyscale:dockerfile-gen-services:0.9.8.4")
'io.hyscale:dockerfile-gen-services:jar:0.9.8.4'
<dependency org="io.hyscale" name="dockerfile-gen-services" rev="0.9.8.4">
<artifact name="dockerfile-gen-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hyscale', module='dockerfile-gen-services', version='0.9.8.4')
)
libraryDependencies += "io.hyscale" % "dockerfile-gen-services" % "0.9.8.4"
[io.hyscale/dockerfile-gen-services "0.9.8.4"]