You can download streams-runtime-local-0.1.jar in this page.
Apache License
streams-runtime-local-0.1.jar file has the following types.
META-INF/DEPENDENCIES META-INF/DISCLAIMER META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/maven/org.apache.streams/streams-runtime-local/pom.properties META-INF/maven/org.apache.streams/streams-runtime-local/pom.xml org.apache.streams.local.LocalRuntimeConfiguration.class org.apache.streams.local.builders.InvalidStreamException.class org.apache.streams.local.builders.LocalStreamBuilder.class org.apache.streams.local.builders.StreamComponent.class org.apache.streams.local.counters.DatumStatusCounter.class org.apache.streams.local.counters.DatumStatusCounterMXBean.class org.apache.streams.local.counters.StreamsTaskCounter.class org.apache.streams.local.counters.StreamsTaskCounterMXBean.class org.apache.streams.local.executors.ShutdownStreamOnUnhandleThrowableThreadPoolExecutor.class org.apache.streams.local.queues.ThroughputQueue.class org.apache.streams.local.queues.ThroughputQueueMXBean.class org.apache.streams.local.tasks.BaseStreamsTask.class org.apache.streams.local.tasks.LocalStreamProcessMonitorThread.class org.apache.streams.local.tasks.StatusCounterMonitorRunnable.class org.apache.streams.local.tasks.StatusCounterMonitorThread.class org.apache.streams.local.tasks.StreamsMergeTask.class org.apache.streams.local.tasks.StreamsPersistWriterTask.class org.apache.streams.local.tasks.StreamsProcessorTask.class org.apache.streams.local.tasks.StreamsProviderTask.class org.apache.streams.local.tasks.StreamsTask.class
streams-runtime-local-0.1.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ ~ 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.apache.streams</groupId> <artifactId>streams-runtimes</artifactId> <version>0.1-incubating</version> </parent> <artifactId>streams-runtime-local</artifactId> <name>streams-runtime-local</name> <description>Streams Local Runtime</description> <dependencies> <dependency> <groupId>org.jsonschema2pojo</groupId> <artifactId>jsonschema2pojo-core</artifactId> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-util</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>log4j-over-slf4j</artifactId> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-monitoring</artifactId> <version>${project.version}</version> </dependency> <!-- This ensures slf4j-log4j12 is not packaged in implementations --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> </dependencies> <build> <sourceDirectory>src/main/java</sourceDirectory> <testSourceDirectory>src/test/java</testSourceDirectory> <resources> <resource> <directory>src/main/resources</directory> </resource> </resources> <testResources> <testResource> <directory>src/test/resources</directory> </testResource> </testResources> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <executions> <execution> <id>add-source</id> <phase>generate-sources</phase> <goals> <goal>add-source</goal> </goals> <configuration> <sources> <source>target/generated-sources/jsonschema2pojo</source> </sources> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.jsonschema2pojo</groupId> <artifactId>jsonschema2pojo-maven-plugin</artifactId> <configuration> <addCompileSourceRoot>true</addCompileSourceRoot> <generateBuilders>true</generateBuilders> <sourcePaths> <sourcePath>src/main/jsonschema/LocalRuntimeConfiguration.json</sourcePath> </sourcePaths> <outputDirectory>target/generated-sources/jsonschema2pojo</outputDirectory> <targetPackage>org.apache.streams.local</targetPackage> <useLongIntegers>true</useLongIntegers> <useJodaDates>true</useJodaDates> </configuration> <executions> <execution> <goals> <goal>generate</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-runtime-local</artifactId> <version>0.1</version> </dependency>
If you think the following streams-runtime-local-0.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download streams-runtime-local-0.1.jar file