Hashing

A hashing library.

License

License

GroupId

GroupId

com.tomgibara.hashing
ArtifactId

ArtifactId

hashing
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Hashing
A hashing library.

Download hashing

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.tomgibara.streams : streams jar 3.0.0
com.tomgibara.choose : choose jar 1.0.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
com.google.guava : guava jar 11.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.0
2.0.0
1.0.0