Download murmur-1.0.0.jar file - Jar m

Jar examples for m:murmur

Description

Pure Java implementation of the Murmur Hash algorithms.

You can download jar file murmur 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

murmur-1.0.0-javadoc.jar
murmur-1.0.0-sources.jar
murmur-1.0.0.jar
murmur-1.0.0.pom



Related Tutorials