License |
License |
---|---|
Categories |
CategoriesDocker Container Virtualization Tools |
GroupId | GroupIdio.github.edwardUL99 |
ArtifactId | ArtifactIddocker-sandbox |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDockerSandbox
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
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
docker-sandbox-1.0.0.pom | |
docker-sandbox-1.0.0.jar | 21 MB |
docker-sandbox-1.0.0-sources.jar | 19 KB |
docker-sandbox-1.0.0-javadoc.jar | 477 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.edwardUL99/docker-sandbox/ -->
<dependency>
<groupId>io.github.edwardUL99</groupId>
<artifactId>docker-sandbox</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.edwardUL99/docker-sandbox/
implementation 'io.github.edwardUL99:docker-sandbox:1.0.0'
// https://jarcasting.com/artifacts/io.github.edwardUL99/docker-sandbox/
implementation ("io.github.edwardUL99:docker-sandbox:1.0.0")
'io.github.edwardUL99:docker-sandbox:jar:1.0.0'
<dependency org="io.github.edwardUL99" name="docker-sandbox" rev="1.0.0">
<artifact name="docker-sandbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.edwardUL99', module='docker-sandbox', version='1.0.0')
)
libraryDependencies += "io.github.edwardUL99" % "docker-sandbox" % "1.0.0"
[io.github.edwardUL99/docker-sandbox "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.docker-java : docker-java | jar | 3.2.8 |
com.github.docker-java : docker-java-transport-httpclient5 | jar | 3.2.8 |
javax.activation : activation | jar | 1.1.1 |
com.googlecode.json-simple : json-simple | jar | 1.1.1 |
org.slf4j : slf4j-nop | jar | 1.7.5 |