Download common-stream-1.3.1.jar file

Introduction

You can download common-stream-1.3.1.jar in this page.

License

Open Source

Type List

common-stream-1.3.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.openimaj/common-stream/pom.properties
META-INF/maven/org.openimaj/common-stream/pom.xml
org.openimaj.stream.functions.ImageFromURL.class
org.openimaj.stream.functions.ImageSiteURLExtractor.class
org.openimaj.stream.functions.SiteSpecificURLExtractor.class
org.openimaj.stream.functions.twitter.TwitterURLExtractor.class
org.openimaj.stream.provider.WikipediaEditsDataset.class
org.openimaj.stream.provider.irc.AbstractIRCStreamDataset.class
org.openimaj.stream.provider.irc.BasicIRCStreamDataset.class
org.openimaj.stream.provider.twitter.AbstractTwitterSearchDataset.class
org.openimaj.stream.provider.twitter.AbstractTwitterStatusesFilterDataset.class
org.openimaj.stream.provider.twitter.AbstractTwitterStreamDataset.class
org.openimaj.stream.provider.twitter.ContextRoundRobinTwitterSearchAPIDataset.class
org.openimaj.stream.provider.twitter.QueryHoldingStatus.class
org.openimaj.stream.provider.twitter.RoundRobinTwitterSearchAPIDataset.class
org.openimaj.stream.provider.twitter.TwitterSearchDataset.class
org.openimaj.stream.provider.twitter.TwitterStreamDataset.class
org.openimaj.stream.provider.twitter.TwitterStreamFilterDataset.class

Pom

common-stream-1.3.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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>
    <artifactId>openimaj-streams</artifactId>
    <groupId>org.openimaj</groupId>
    <version>1.3.1</version>
  </parent>
  <groupId>org.openimaj</groupId>
  <artifactId>common-stream</artifactId>
  <version>1.3.1</version>
  <packaging>jar</packaging>
  <name>Common Stream Utilities and Providers</name>
	<inceptionYear>2011</inceptionYear>
  <description>Classes providing access to common types of streaming data (twitter, irc, wikimedia edits, etc) as well as providing methods and techniques for working with streams</description>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <dependencies>
		<dependency>
			<artifactId>twitter</artifactId>
			<groupId>org.openimaj</groupId>
			<version>1.3.1</version>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>pircbot</groupId>
			<artifactId>pircbot</artifactId>
			<version>1.5.0</version>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>org.openimaj</groupId>
		  <artifactId>data-scraping</artifactId>
			<version>1.3.1</version>
		</dependency>
    <dependency>
      <groupId>org.openimaj</groupId>
      <artifactId>core</artifactId>
      <version>1.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.8.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
	  <plugin>
        <groupId>com.mycila.maven-license-plugin</groupId>
        <artifactId>maven-license-plugin</artifactId>
        <version>1.9.0</version>
        <configuration>
          <header>src/etc/header.txt</header>
          <strictCheck>true</strictCheck>
          <properties>
            <year>${project.inceptionYear}</year>
          </properties>
          <excludes>
            <exclude>AUTHORS</exclude>
            <exclude>COPYING</exclude>
          </excludes>
          <mapping>
            <jtemp>JAVADOC_STYLE</jtemp>
          </mapping>
          <useDefaultMapping>true</useDefaultMapping>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.openimaj</groupId>
   <artifactId>common-stream</artifactId>
   <version>1.3.1</version>
</dependency>

Download

If you think the following common-stream-1.3.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download common-stream-1.3.1.jar file




PreviousNext

Related