is not current version
Last Version 0.1.10

com.github.nalim2:docker-core 0.1.9


Categories

Categories

Docker Container Virtualization Tools
GroupId

GroupId

com.github.nalim2
ArtifactId

ArtifactId

docker-core
Version

Version

0.1.9
Type

Type

jar

Download docker-core 0.1.9


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