Categories |
CategoriesDocker Container Virtualization Tools |
---|---|
GroupId | GroupIdio.github.edwardUL99 |
ArtifactId | ArtifactIddocker-sandbox |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
docker-sandbox-0.4.0.pom | |
docker-sandbox-0.4.0.jar | 21 MB |
docker-sandbox-0.4.0-sources.jar | 19 KB |
docker-sandbox-0.4.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>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"]