License |
License |
---|---|
GroupId | GroupIdsoftware.pando.crypto |
ArtifactId | ArtifactIdsiphash |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionSipHash
A fast pure-Java SipHash implementation
|
Filename | Size |
---|---|
siphash-1.0.0.pom | |
siphash-1.0.0.jar | 8 KB |
siphash-1.0.0-sources.jar | 7 KB |
siphash-1.0.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/software.pando.crypto/siphash/ -->
<dependency>
<groupId>software.pando.crypto</groupId>
<artifactId>siphash</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/software.pando.crypto/siphash/
implementation 'software.pando.crypto:siphash:1.0.0'
// https://jarcasting.com/artifacts/software.pando.crypto/siphash/
implementation ("software.pando.crypto:siphash:1.0.0")
'software.pando.crypto:siphash:jar:1.0.0'
<dependency org="software.pando.crypto" name="siphash" rev="1.0.0">
<artifact name="siphash" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.pando.crypto', module='siphash', version='1.0.0')
)
libraryDependencies += "software.pando.crypto" % "siphash" % "1.0.0"
[software.pando.crypto/siphash "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.10 |
org.assertj : assertj-core | jar | 3.3.0 |
com.google.guava : guava | jar | 19.0 |
com.zackehh : siphash | jar | 1.0.0 |