не последняя версия
Последняя версия 1.0.0

io.github.edwardUL99:docker-sandbox 0.3.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

Категории

Категории

Docker Контейнер Виртуализация
Группа

Группа

io.github.edwardUL99
Идентификатор

Идентификатор

docker-sandbox
Версия

Версия

0.3.0
Тип

Тип

jar

Скачать docker-sandbox 0.3.0


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