is not current version
Last Version 6.0.0

net.oneandone.stool:client 5.0.0

Stool client to control the server from the command line and build images (on the server, without local docker).

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.oneandone.stool
ArtifactId

ArtifactId

client
Version

Version

5.0.0
Type

Type

jar

Download client 5.0.0


<!-- https://jarcasting.com/artifacts/net.oneandone.stool/client/ -->
<dependency>
    <groupId>net.oneandone.stool</groupId>
    <artifactId>client</artifactId>
    <version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.stool/client/
implementation 'net.oneandone.stool:client:5.0.0'
// https://jarcasting.com/artifacts/net.oneandone.stool/client/
implementation ("net.oneandone.stool:client:5.0.0")
'net.oneandone.stool:client:jar:5.0.0'
<dependency org="net.oneandone.stool" name="client" rev="5.0.0">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.stool', module='client', version='5.0.0')
)
libraryDependencies += "net.oneandone.stool" % "client" % "5.0.0"
[net.oneandone.stool/client "5.0.0"]