Download baryon-1.0.jar file - Jar b

Jar examples for b:baryon

Description

A library for building Spark streaming applications that consume data from Kafka.

You can download jar file baryon 1.0 in this page.

License

The BSD 3-Clause License

Build File

You can use the following script to add baryon-1.0.jar to your project.

<dependency>
   <groupId>com.groupon.dse</groupId>
   <artifactId>baryon</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.groupon.dse', name: 'baryon', version: '1.0'
libraryDependencies += "com.groupon.dse" % "baryon" % "1.0"
<dependency org="com.groupon.dse" name="baryon" rev="1.0"/>
@Grapes(@Grab(group='com.groupon.dse', module='baryon', version='1.0'))
'com.groupon.dse:baryon:jar:1.0'

Download

Click the following link to download the jar file.

baryon-1.0-javadoc.jar
baryon-1.0-sources.jar
baryon-1.0-test-sources.jar
baryon-1.0-tests.jar
baryon-1.0.jar
baryon-1.0.pom



Related Tutorials