You can download cdap-formats-3.4.0.jar in this page.
Apache License
cdap-formats-3.4.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/co.cask.cdap/cdap-formats/pom.properties META-INF/maven/co.cask.cdap/cdap-formats/pom.xml cdap/grok/patterns/firewalls cdap/grok/patterns/grok-patterns cdap/grok/patterns/haproxy cdap/grok/patterns/java cdap/grok/patterns/junos cdap/grok/patterns/linux-syslog cdap/grok/patterns/mcollective cdap/grok/patterns/mcollective-patterns cdap/grok/patterns/mongodb cdap/grok/patterns/nagios cdap/grok/patterns/postgresql cdap/grok/patterns/redis cdap/grok/patterns/ruby co.cask.cdap.format.AvroRecordFormat.class co.cask.cdap.format.CombinedLogRecordFormat.class co.cask.cdap.format.DelimitedStringsRecordFormat.class co.cask.cdap.format.GrokRecordFormat.class co.cask.cdap.format.RecordFormats.class co.cask.cdap.format.RecordPutTransformer.class co.cask.cdap.format.StructuredRecordDatumReader.class co.cask.cdap.format.StructuredRecordStringConverter.class co.cask.cdap.format.TextRecordFormat.class
cdap-formats-3.4.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright ? 2015-2016 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"> <parent> <artifactId>cdap</artifactId> <groupId>co.cask.cdap</groupId> <version>3.4.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>cdap-formats</artifactId> <name>CDAP Data Format</name> <packaging>jar</packaging> <dependencies> <dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-api</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-spi</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>io.thekraken</groupId> <artifactId>grok</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-formats</artifactId> <version>3.4.0</version> </dependency>
If you think the following cdap-formats-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-formats-3.4.0.jar file