License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdpl.thewalkingcode.sha3 |
ArtifactId | ArtifactIdsha3-java |
Version | Version1.1.1 |
Type | Typejar |
Description |
Descriptionsha3-java
Java implementation of SHA3.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sha3-java-1.1.1.pom | |
sha3-java-1.1.1.jar | 18 KB |
sha3-java-1.1.1-sources.jar | 11 KB |
sha3-java-1.1.1-javadoc.jar | 473 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.thewalkingcode.sha3/sha3-java/ -->
<dependency>
<groupId>pl.thewalkingcode.sha3</groupId>
<artifactId>sha3-java</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.thewalkingcode.sha3/sha3-java/
implementation 'pl.thewalkingcode.sha3:sha3-java:1.1.1'
// https://jarcasting.com/artifacts/pl.thewalkingcode.sha3/sha3-java/
implementation ("pl.thewalkingcode.sha3:sha3-java:1.1.1")
'pl.thewalkingcode.sha3:sha3-java:jar:1.1.1'
<dependency org="pl.thewalkingcode.sha3" name="sha3-java" rev="1.1.1">
<artifact name="sha3-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.thewalkingcode.sha3', module='sha3-java', version='1.1.1')
)
libraryDependencies += "pl.thewalkingcode.sha3" % "sha3-java" % "1.1.1"
[pl.thewalkingcode.sha3/sha3-java "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |