Categories |
CategoriesDocker Container Virtualization Tools |
---|---|
GroupId | GroupIdcom.github.nalim2 |
ArtifactId | ArtifactIddocker-core |
Last Version | Last Version0.1.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
docker-core-0.1.10.pom | |
docker-core-0.1.10.jar | 13 MB |
docker-core-0.1.10-sources.jar | 2 KB |
docker-core-0.1.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nalim2/docker-core/
implementation 'com.github.nalim2:docker-core:0.1.10'
// https://jarcasting.com/artifacts/com.github.nalim2/docker-core/
implementation ("com.github.nalim2:docker-core:0.1.10")
'com.github.nalim2:docker-core:jar:0.1.10'
<dependency org="com.github.nalim2" name="docker-core" rev="0.1.10">
<artifact name="docker-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nalim2', module='docker-core', version='0.1.10')
)
libraryDependencies += "com.github.nalim2" % "docker-core" % "0.1.10"
[com.github.nalim2/docker-core "0.1.10"]