sha3-java

Java implementation of SHA3.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

pl.thewalkingcode.sha3
ArtifactId

ArtifactId

sha3-java
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

sha3-java
Java implementation of SHA3.
Project URL

Project URL

https://github.com/mchrapek/sha3-java
Source Code Management

Source Code Management

https://github.com/mchrapek/sha3-java

Download sha3-java

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.2
1.1.1