GroupLens Common Hash Utilities

A collection of utilities and packages useful for a variety of tasks, collected from and used in GroupLens software development projects.

License

License

3-clause BSD
GroupId

GroupId

org.grouplens.common
ArtifactId

ArtifactId

common-hash
Last Version

Last Version

0.6.1
Release Date

Release Date

Type

Type

jar
Description

Description

GroupLens Common Hash Utilities
A collection of utilities and packages useful for a variety of tasks, collected from and used in GroupLens software development projects.
Project Organization

Project Organization

GroupLens Research

Download common-hash

How to add to project

<!-- https://jarcasting.com/artifacts/org.grouplens.common/common-hash/ -->
<dependency>
    <groupId>org.grouplens.common</groupId>
    <artifactId>common-hash</artifactId>
    <version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.grouplens.common/common-hash/
implementation 'org.grouplens.common:common-hash:0.6.1'
// https://jarcasting.com/artifacts/org.grouplens.common/common-hash/
implementation ("org.grouplens.common:common-hash:0.6.1")
'org.grouplens.common:common-hash:jar:0.6.1'
<dependency org="org.grouplens.common" name="common-hash" rev="0.6.1">
  <artifact name="common-hash" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grouplens.common', module='common-hash', version='0.6.1')
)
libraryDependencies += "org.grouplens.common" % "common-hash" % "0.6.1"
[org.grouplens.common/common-hash "0.6.1"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
0.6.1
0.6
0.5
0.4