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