GroupId | GroupIdio.cdap.cdap |
---|---|
ArtifactId | ArtifactIdcdap-gateway |
Version | Version6.2.0 |
Type | Typejar |
Filename | Size |
---|---|
cdap-gateway-6.2.0.pom | |
cdap-gateway-6.2.0.jar | 57 KB |
cdap-gateway-6.2.0-sources.jar | 32 KB |
cdap-gateway-6.2.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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cdap.cdap/cdap-gateway/
implementation 'io.cdap.cdap:cdap-gateway:6.2.0'
// https://jarcasting.com/artifacts/io.cdap.cdap/cdap-gateway/
implementation ("io.cdap.cdap:cdap-gateway:6.2.0")
'io.cdap.cdap:cdap-gateway:jar:6.2.0'
<dependency org="io.cdap.cdap" name="cdap-gateway" rev="6.2.0">
<artifact name="cdap-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cdap.cdap', module='cdap-gateway', version='6.2.0')
)
libraryDependencies += "io.cdap.cdap" % "cdap-gateway" % "6.2.0"
[io.cdap.cdap/cdap-gateway "6.2.0"]