is not current version
Last Version 2.0.0

io.whitfin:siphash 1.0.0

A SipHash implementation in Java.

GroupId

GroupId

io.whitfin
ArtifactId

ArtifactId

siphash
Version

Version

1.0.0
Type

Type

jar

Download siphash 1.0.0


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