Download streaming-1.0.0.jar file - Jar s

Jar examples for s:streaming

Description

Implementation of a TCP-like set of sockets for communicating over I2P.

You can download jar file streaming 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add streaming-1.0.0.jar to your project.

<dependency>
   <groupId>mx.bigdata.streaming</groupId>
   <artifactId>streaming</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'mx.bigdata.streaming', name: 'streaming', version: '1.0.0'
libraryDependencies += "mx.bigdata.streaming" % "streaming" % "1.0.0"
<dependency org="mx.bigdata.streaming" name="streaming" rev="1.0.0"/>
@Grapes(@Grab(group='mx.bigdata.streaming', module='streaming', version='1.0.0'))
'mx.bigdata.streaming:streaming:jar:1.0.0'

Download

Click the following link to download the jar file.

streaming-1.0.0-javadoc.jar
streaming-1.0.0-sources.jar
streaming-1.0.0.jar
streaming-1.0.0.pom



Related Tutorials