You can download cdap-notifications-3.4.0.jar in this page.
Apache License
cdap-notifications-3.4.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/co.cask.cdap/cdap-notifications/pom.properties META-INF/maven/co.cask.cdap/cdap-notifications/pom.xml co.cask.cdap.notifications.feeds.guice.NotificationFeedServiceRuntimeModule.class co.cask.cdap.notifications.feeds.service.InMemoryNotificationFeedStore.class co.cask.cdap.notifications.feeds.service.MDSNotificationFeedStore.class co.cask.cdap.notifications.feeds.service.NotificationFeedService.class co.cask.cdap.notifications.guice.NotificationServiceRuntimeModule.class co.cask.cdap.notifications.service.AbstractNotificationService.class co.cask.cdap.notifications.service.BasicNotificationContext.class co.cask.cdap.notifications.service.inmemory.InMemoryNotificationService.class co.cask.cdap.notifications.service.kafka.KafkaMessage.class co.cask.cdap.notifications.service.kafka.KafkaMessageCodec.class co.cask.cdap.notifications.service.kafka.KafkaNotificationService.class co.cask.cdap.notifications.service.kafka.KafkaNotificationUtils.class
cdap-notifications-3.4.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright ? 2014 Cask Data, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>co.cask.cdap</groupId> <artifactId>cdap</artifactId> <version>3.4.0</version> </parent> <artifactId>cdap-notifications</artifactId> <name>CDAP Notifications</name> <packaging>jar</packaging> <dependencies> <dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-notifications-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-data-fabric</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-data-fabric</artifactId> <version>${project.version}</version> <scope>test</scope> <type>test-jar</type> </dependency> <dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-common-unit-test</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-watchdog</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-proto</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-notifications</artifactId> <version>3.4.0</version> </dependency>
If you think the following cdap-notifications-3.4.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download cdap-notifications-3.4.0.jar file