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