Files download
File Operation
siphash-1.0.0.jar download
siphash-1.0.0.pom download
siphash-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.zackehh</groupId>
  <artifactId>siphash</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.zackehh:siphash:1.0.0'
Gradle Kotlin
implementation("com.zackehh:siphash:1.0.0")
Scala SBT
libraryDependencies += "com.zackehh" % "siphash" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.zackehh', module='siphash', version='1.0.0')
)
Apache Ivy
<dependency org="com.zackehh" name="siphash" rev="1.0.0" />
Leiningen
[com.zackehh/siphash "1.0.0"]
Apache Buildr
'com.zackehh:siphash:jar:1.0.0'