Download snappy-0.1.jar file - Jar s

Jar examples for s:snappy

Description

Port of Snappy to Java

You can download jar file snappy 0.1 in this page.

License

Apache License 2.0

Build File

You can use the following script to add snappy-0.1.jar to your project.

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

Download

Click the following link to download the jar file.

snappy-0.1.pom



Related Tutorials