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