License |
License |
---|---|
GroupId | GroupIdio.whitfin |
ArtifactId | ArtifactIdsiphash |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSipHash
Various Java implementations of the SipHash cryptographic hash family.
|
Project URL |
Project URL |
Filename | Size |
---|---|
siphash-2.0.0.pom | |
siphash-2.0.0.jar | 6 KB |
siphash-2.0.0-sources.jar | 7 KB |
siphash-2.0.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.whitfin/siphash/ -->
<dependency>
<groupId>io.whitfin</groupId>
<artifactId>siphash</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.whitfin/siphash/
implementation 'io.whitfin:siphash:2.0.0'
// https://jarcasting.com/artifacts/io.whitfin/siphash/
implementation ("io.whitfin:siphash:2.0.0")
'io.whitfin:siphash:jar:2.0.0'
<dependency org="io.whitfin" name="siphash" rev="2.0.0">
<artifact name="siphash" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.whitfin', module='siphash', version='2.0.0')
)
libraryDependencies += "io.whitfin" % "siphash" % "2.0.0"
[io.whitfin/siphash "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.14.2 |