Categories |
CategoriesDocker Container Virtualization Tools |
---|---|
GroupId | GroupIdcom.github.nalim2 |
ArtifactId | ArtifactIddocker-core |
Version | Version0.1.9 |
Type | Typejar |
Filename | Size |
---|---|
docker-core-0.1.9.pom | |
docker-core-0.1.9.jar | 13 MB |
docker-core-0.1.9-sources.jar | 2 KB |
docker-core-0.1.9-javadoc.jar | 390 KB |
Browse |
<!-- 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"]