You can download jetstreamframework-4.0.2.jar in this page.
The Apache Software License, Version 2.0
jetstreamframework-4.0.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.ebay.jetstream/jetstreamframework/pom.properties META-INF/maven/com.ebay.jetstream/jetstreamframework/pom.xml com.ebay.jestream.event.annotation.AnnotationConfiguration.class com.ebay.jestream.event.annotation.AnnotationListener.class com.ebay.jestream.event.annotation.AnnotationProcessor.class com.ebay.jestream.event.annotation.EngineMetadata.class com.ebay.jestream.event.annotation.StatementAnnotationInfo.class com.ebay.jetstream.application.CliOptionHandler.class com.ebay.jetstream.application.CliOptions.class com.ebay.jetstream.application.JetstreamApplication.class com.ebay.jetstream.application.JetstreamApplicationInformation.class com.ebay.jetstream.application.WorkRequest.class com.ebay.jetstream.application.dataflows.DataFlows.class com.ebay.jetstream.application.dataflows.DirectedGraph.class com.ebay.jetstream.application.dataflows.VisualDataFlow.class com.ebay.jetstream.application.dataflows.VisualServlet.class com.ebay.jetstream.event.BatchEventSink.class com.ebay.jetstream.event.BatchEventSource.class com.ebay.jetstream.event.BatchResponse.class com.ebay.jetstream.event.BatchSinkRequest.class com.ebay.jetstream.event.BatchSource.class com.ebay.jetstream.event.BatchSourceCommand.class com.ebay.jetstream.event.EventBatcher.class com.ebay.jetstream.event.EventException.class com.ebay.jetstream.event.EventId.class com.ebay.jetstream.event.EventMetaInfo.class com.ebay.jetstream.event.EventSink.class com.ebay.jetstream.event.EventSinkList.class com.ebay.jetstream.event.EventSource.class com.ebay.jetstream.event.JetstreamErrorCodes.class com.ebay.jetstream.event.JetstreamEvent.class com.ebay.jetstream.event.JetstreamReservedKeys.class com.ebay.jetstream.event.Monitorable.class com.ebay.jetstream.event.MonitorableStatCollector.class com.ebay.jetstream.event.RetryEventCode.class com.ebay.jetstream.event.advice.Advice.class com.ebay.jetstream.event.advice.DefaultAdviceImpl.class com.ebay.jetstream.event.channel.AbstractBatchInboundChannel.class com.ebay.jetstream.event.channel.AbstractInboundChannel.class com.ebay.jetstream.event.channel.AbstractOutboundChannel.class com.ebay.jetstream.event.channel.ChannelAddress.class com.ebay.jetstream.event.channel.ChannelAlarm.class com.ebay.jetstream.event.channel.ChannelAlarmListener.class com.ebay.jetstream.event.channel.ChannelOperations.class com.ebay.jetstream.event.channel.InboundChannel.class com.ebay.jetstream.event.channel.OutboundChannel.class com.ebay.jetstream.event.generator.GenericEventGenerator.class com.ebay.jetstream.event.processor.AbstractQueuedEventProcessor.class com.ebay.jetstream.event.processor.BatchEventProcessor.class com.ebay.jetstream.event.processor.EventProcessRequest.class com.ebay.jetstream.event.processor.EventProcessor.class com.ebay.jetstream.event.processor.QueuedEventProcessorConfiguration.class com.ebay.jetstream.event.processor.ShutdownJetstreamEvent.class com.ebay.jetstream.event.processor.console.ConsoleLoggingProcessor.class com.ebay.jetstream.event.processor.db.BaseDBWriter.class com.ebay.jetstream.event.support.AbstractBatchEventProcessor.class com.ebay.jetstream.event.support.AbstractBatchEventSource.class com.ebay.jetstream.event.support.AbstractEventProcessor.class com.ebay.jetstream.event.support.AbstractEventSource.class com.ebay.jetstream.event.support.AdviceProcessor.class com.ebay.jetstream.event.support.ErrorManager.class com.ebay.jetstream.event.support.ErrorTracker.class com.ebay.jetstream.event.support.JetstreamEventList.class com.ebay.jetstream.event.support.ManagedExceptionEntry.class com.ebay.jetstream.event.support.ShutDownOrchestrator.class com.ebay.jetstream.event.support.channel.ChannelBinding.class com.ebay.jetstream.event.support.channel.ChannelErrorHandler.class com.ebay.jetstream.event.support.channel.ChannelFlowManagement.class com.ebay.jetstream.event.support.channel.PauseEvent.class com.ebay.jetstream.event.support.channel.PipelineFlowControl.class com.ebay.jetstream.event.support.channel.ReconnectFailedException.class com.ebay.jetstream.event.support.channel.RemoteController.class com.ebay.jetstream.event.support.channel.ResumeEvent.class com.ebay.jetstream.scattergather.DemoTask.class com.ebay.jetstream.scattergather.Task.class com.ebay.jetstream.scattergather.TaskExecutor.class com.ebay.jetstream.scattergather.TaskExecutorRequest.class com.ebay.jetstream.scattergather.TaskMaster.class com.ebay.jetstream.scattergather.TaskMasterFactory.class com/ebay/jetstream/application/JetstreamApplication.xml
jetstreamframework-4.0.2.pom file content.
<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/maven-v4_0_0.xsd"> <parent> <groupId>com.ebay.jetstream</groupId> <artifactId>jetstream-parent</artifactId> <version>4.0.2</version> <relativePath>../Build/superpom</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetstreamframework</artifactId> <packaging>jar</packaging> <name>jetstreamframework</name> <description>Jetstream Framework</description> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> <license> <name>The MIT License (MIT)</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <properties> <jetstream.version>${project.parent.version}</jetstream.version> </properties> <dependencies> <dependency> <groupId>com.clearspring.analytics</groupId> <artifactId>stream</artifactId> </dependency> <dependency> <groupId>com.ebay.jetstream</groupId> <artifactId>jetstreamcore</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> </dependency> <!-- Kafka --> <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka_2.10</artifactId> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> </dependency> <dependency> <groupId>com.yammer.metrics</groupId> <artifactId>metrics-core</artifactId> </dependency> <dependency> <groupId>com.yammer.metrics</groupId> <artifactId>metrics-annotation</artifactId> </dependency> <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId> </dependency> <dependency> <groupId>com.netflix.curator</groupId> <artifactId>curator-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <resources> <resource> <directory>src/main/resources</directory> <filtering>true</filtering> <includes> <include>**/*.xml</include> </includes> </resource> </resources> <finalName>${project.artifactId}.${project.version}.r${buildNumber}</finalName> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <configuration> <archive> <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> </archive> </configuration> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.4.1</version> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> <useReleaseProfile>false</useReleaseProfile> <releaseProfiles>release</releaseProfiles> <goals>deploy</goals> </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <!-- Configuration for generating the Manifest.mf --> <configuration> <!-- manifestLocation>src/main/resources/META-INF</manifestLocation --> <!-- Manifest Headers which need to customized during manifest generation --> <instructions> <!-- Bundle-Version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.${timestamp}</Bundle-Version --> <Export-Package>{local-packages}</Export-Package> <_nouses>true</_nouses> <Import-Package>* </Import-Package> </instructions> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.ebay.jetstream</groupId> <artifactId>jetstreamframework</artifactId> <version>4.0.2</version> </dependency>
If you think the following jetstreamframework-4.0.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jetstreamframework-4.0.2.jar file