Categories |
CategoriesDocker Container Virtualization Tools |
---|---|
GroupId | GroupIdio.knotx |
ArtifactId | ArtifactIdknotx-docker |
Version | Version1.5.0 |
Type | Typepom |
Filename | Size |
---|---|
knotx-docker-1.5.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.knotx/knotx-docker/ -->
<dependency>
<groupId>io.knotx</groupId>
<artifactId>knotx-docker</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.knotx/knotx-docker/
implementation 'io.knotx:knotx-docker:1.5.0'
// https://jarcasting.com/artifacts/io.knotx/knotx-docker/
implementation ("io.knotx:knotx-docker:1.5.0")
'io.knotx:knotx-docker:pom:1.5.0'
<dependency org="io.knotx" name="knotx-docker" rev="1.5.0">
<artifact name="knotx-docker" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.knotx', module='knotx-docker', version='1.5.0')
)
libraryDependencies += "io.knotx" % "knotx-docker" % "1.5.0"
[io.knotx/knotx-docker "1.5.0"]