Categories |
CategoriesDocker Container Virtualization Tools Native Development Tools |
---|---|
GroupId | GroupIdio.streamnative |
ArtifactId | ArtifactIddocker-images |
Version | Version2.8.2.2 |
Type | Typejar |
Filename | Size |
---|---|
docker-images-2.8.2.2.pom | 2 KB |
docker-images-2.8.2.2-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.streamnative/docker-images/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>docker-images</artifactId>
<version>2.8.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/docker-images/
implementation 'io.streamnative:docker-images:2.8.2.2'
// https://jarcasting.com/artifacts/io.streamnative/docker-images/
implementation ("io.streamnative:docker-images:2.8.2.2")
'io.streamnative:docker-images:jar:2.8.2.2'
<dependency org="io.streamnative" name="docker-images" rev="2.8.2.2">
<artifact name="docker-images" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='docker-images', version='2.8.2.2')
)
libraryDependencies += "io.streamnative" % "docker-images" % "2.8.2.2"
[io.streamnative/docker-images "2.8.2.2"]