| GroupId | GroupIdco.cask.cdap |
|---|---|
| ArtifactId | ArtifactIdcdap-gateway |
| Version | Version3.5.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cdap-gateway-3.5.5.pom | |
| cdap-gateway-3.5.5.jar | 50 KB |
| cdap-gateway-3.5.5-sources.jar | 28 KB |
| cdap-gateway-3.5.5-javadoc.jar | 101 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/co.cask.cdap/cdap-gateway/ -->
<dependency>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap-gateway</artifactId>
<version>3.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask.cdap/cdap-gateway/
implementation 'co.cask.cdap:cdap-gateway:3.5.5'
// https://jarcasting.com/artifacts/co.cask.cdap/cdap-gateway/
implementation ("co.cask.cdap:cdap-gateway:3.5.5")
'co.cask.cdap:cdap-gateway:jar:3.5.5'
<dependency org="co.cask.cdap" name="cdap-gateway" rev="3.5.5">
<artifact name="cdap-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask.cdap', module='cdap-gateway', version='3.5.5')
)
libraryDependencies += "co.cask.cdap" % "cdap-gateway" % "3.5.5"
[co.cask.cdap/cdap-gateway "3.5.5"]