GroupId | GroupIdio.cdap.cdap |
---|---|
ArtifactId | ArtifactIdcdap-gateway |
Version | Version6.3.0 |
Type | Typejar |
Filename | Size |
---|---|
cdap-gateway-6.3.0.pom | |
cdap-gateway-6.3.0.jar | 58 KB |
cdap-gateway-6.3.0-sources.jar | 32 KB |
cdap-gateway-6.3.0-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cdap.cdap/cdap-gateway/ -->
<dependency>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-gateway</artifactId>
<version>6.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cdap.cdap/cdap-gateway/
implementation 'io.cdap.cdap:cdap-gateway:6.3.0'
// https://jarcasting.com/artifacts/io.cdap.cdap/cdap-gateway/
implementation ("io.cdap.cdap:cdap-gateway:6.3.0")
'io.cdap.cdap:cdap-gateway:jar:6.3.0'
<dependency org="io.cdap.cdap" name="cdap-gateway" rev="6.3.0">
<artifact name="cdap-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cdap.cdap', module='cdap-gateway', version='6.3.0')
)
libraryDependencies += "io.cdap.cdap" % "cdap-gateway" % "6.3.0"
[io.cdap.cdap/cdap-gateway "6.3.0"]