is not current version
Last Version 6.7.0

io.cdap.cdap:cdap-gateway 6.1.4


GroupId

GroupId

io.cdap.cdap
ArtifactId

ArtifactId

cdap-gateway
Version

Version

6.1.4
Type

Type

jar

Download cdap-gateway 6.1.4


<!-- https://jarcasting.com/artifacts/io.cdap.cdap/cdap-gateway/ -->
<dependency>
    <groupId>io.cdap.cdap</groupId>
    <artifactId>cdap-gateway</artifactId>
    <version>6.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.cdap.cdap/cdap-gateway/
implementation 'io.cdap.cdap:cdap-gateway:6.1.4'
// https://jarcasting.com/artifacts/io.cdap.cdap/cdap-gateway/
implementation ("io.cdap.cdap:cdap-gateway:6.1.4")
'io.cdap.cdap:cdap-gateway:jar:6.1.4'
<dependency org="io.cdap.cdap" name="cdap-gateway" rev="6.1.4">
  <artifact name="cdap-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cdap.cdap', module='cdap-gateway', version='6.1.4')
)
libraryDependencies += "io.cdap.cdap" % "cdap-gateway" % "6.1.4"
[io.cdap.cdap/cdap-gateway "6.1.4"]