Categories |
CategoriesDocker Container Virtualization Tools CLI User Interface |
---|---|
GroupId | GroupIdio.allune |
ArtifactId | ArtifactIddocker-server-client-with-failover |
Version | Version2.7.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.allune/docker-server-client-with-failover/ -->
<dependency>
<groupId>io.allune</groupId>
<artifactId>docker-server-client-with-failover</artifactId>
<version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.allune/docker-server-client-with-failover/
implementation 'io.allune:docker-server-client-with-failover:2.7.1'
// https://jarcasting.com/artifacts/io.allune/docker-server-client-with-failover/
implementation ("io.allune:docker-server-client-with-failover:2.7.1")
'io.allune:docker-server-client-with-failover:jar:2.7.1'
<dependency org="io.allune" name="docker-server-client-with-failover" rev="2.7.1">
<artifact name="docker-server-client-with-failover" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.allune', module='docker-server-client-with-failover', version='2.7.1')
)
libraryDependencies += "io.allune" % "docker-server-client-with-failover" % "2.7.1"
[io.allune/docker-server-client-with-failover "2.7.1"]