is not current version
Last Version 0.7.1

io.github.informalin.framework:docker 0.7


Categories

Categories

Docker Container Virtualization Tools ORM Data
GroupId

GroupId

io.github.informalin.framework
ArtifactId

ArtifactId

docker
Version

Version

0.7
Type

Type

jar

Download docker 0.7


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