is not current version
Last Version 1.0.0

io.github.edwardUL99:docker-sandbox 0.4.0

This is a Java wrapper library of the com.github.dockerjava library which allows code to be execute in sandboxed docker container but allows them to share files with each other

Categories

Categories

Docker Container Virtualization Tools
GroupId

GroupId

io.github.edwardUL99
ArtifactId

ArtifactId

docker-sandbox
Version

Version

0.4.0
Type

Type

jar

Download docker-sandbox 0.4.0


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