<dependency>
<groupId>io.cellery.distribution</groupId>
<artifactId>io.cellery.distribution.docker.api-publisher</artifactId>
<version>0.4.0</version>
</dependency>
implementation group: 'io.cellery.distribution', name: 'io.cellery.distribution.docker.api-publisher', version: '0.4.0'
implementation 'io.cellery.distribution:io.cellery.distribution.docker.api-publisher:0.4.0'
implementation("io.cellery.distribution:io.cellery.distribution.docker.api-publisher:0.4.0")
libraryDependencies += "io.cellery.distribution" % "io.cellery.distribution.docker.api-publisher" % "0.4.0"
<dependency org="io.cellery.distribution" name="io.cellery.distribution.docker.api-publisher" rev="0.4.0"/>
@Grapes(
@Grab(group='io.cellery.distribution', module='io.cellery.distribution.docker.api-publisher', version='0.4.0')
)
[io.cellery.distribution/io.cellery.distribution.docker.api-publisher "0.4.0"]
'io.cellery.distribution:io.cellery.distribution.docker.api-publisher:jar:0.4.0'