| License |
License |
|---|---|
| GroupId | GroupIdcom.tomgibara.hashing |
| ArtifactId | ArtifactIdhashing |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHashing
A hashing library.
|
| Filename | Size |
|---|---|
| hashing-2.1.0.pom | |
| hashing-2.1.0.jar | 49 KB |
| hashing-2.1.0-sources.jar | 34 KB |
| hashing-2.1.0-javadoc.jar | 58 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.tomgibara.streams : streams | jar | 3.0.0 |
| com.tomgibara.choose : choose | jar | 1.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.google.guava : guava | jar | 11.0 |