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