Download stream-lib-3.0.0.jar file - Jar s

Jar examples for s:stream-lib

Description

A library for summarizing data in streams for which it is infeasible to store all events

You can download jar file stream-lib 3.0.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add stream-lib-3.0.0.jar to your project.

<dependency>
   <groupId>com.addthis</groupId>
   <artifactId>stream-lib</artifactId>
   <version>3.0.0</version>
</dependency>
compile group: 'com.addthis', name: 'stream-lib', version: '3.0.0'
libraryDependencies += "com.addthis" % "stream-lib" % "3.0.0"
<dependency org="com.addthis" name="stream-lib" rev="3.0.0"/>
@Grapes(@Grab(group='com.addthis', module='stream-lib', version='3.0.0'))
'com.addthis:stream-lib:jar:3.0.0'

Download

Click the following link to download the jar file.

stream-lib-3.0.0-javadoc.jar
stream-lib-3.0.0-sources.jar
stream-lib-3.0.0.jar
stream-lib-3.0.0.pom



Related Tutorials