is not current version
Last Version 0.7.1

io.github.informalin.framework:docker 0.6


Categories

Categories

Docker Container Virtualization Tools ORM Data
GroupId

GroupId

io.github.informalin.framework
ArtifactId

ArtifactId

docker
Version

Version

0.6
Type

Type

jar

Download docker 0.6


<!-- https://jarcasting.com/artifacts/io.github.informalin.framework/docker/ -->
<dependency>
    <groupId>io.github.informalin.framework</groupId>
    <artifactId>docker</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.informalin.framework/docker/
implementation 'io.github.informalin.framework:docker:0.6'
// https://jarcasting.com/artifacts/io.github.informalin.framework/docker/
implementation ("io.github.informalin.framework:docker:0.6")
'io.github.informalin.framework:docker:jar:0.6'
<dependency org="io.github.informalin.framework" name="docker" rev="0.6">
  <artifact name="docker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.informalin.framework', module='docker', version='0.6')
)
libraryDependencies += "io.github.informalin.framework" % "docker" % "0.6"
[io.github.informalin.framework/docker "0.6"]