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