You can download kite-morphlines-twitter-0.17.0.jar in this page.
Apache License
kite-morphlines-twitter-0.17.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.kitesdk/kite-morphlines-twitter/pom.properties META-INF/maven/org.kitesdk/kite-morphlines-twitter/pom.xml org.kitesdk.morphline.twitter.ReadJsonTestTweetsBuilder.class
kite-morphlines-twitter-0.17.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2013 Cloudera 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>org.kitesdk</groupId> <artifactId>kite-morphlines</artifactId> <version>0.17.0</version> </parent> <artifactId>kite-morphlines-twitter</artifactId> <name>Kite Morphlines Twitter</name> <dependencies> <dependency> <!-- see http://wiki.fasterxml.com/JacksonHome --> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>org.kitesdk</groupId> <artifactId>kite-morphlines-core</artifactId> </dependency> <dependency> <groupId>org.kitesdk</groupId> <artifactId>kite-morphlines-core</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <!-- see http://www.slf4j.org --> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <id>copy-test-env</id> <phase>process-test-resources</phase> <configuration> <target> <copy todir="${project.build.directory}/test-classes"> <fileset dir="${basedir}/../kite-morphlines-core/src/test/resources" /> </copy> </target> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.kitesdk</groupId> <artifactId>kite-morphlines-twitter</artifactId> <version>0.17.0</version> </dependency>
If you think the following kite-morphlines-twitter-0.17.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download kite-morphlines-twitter-0.17.0.jar file