is not current version
Last Version 1.0.2

org.polyglotted:crypto-recipes 1.0.1

A library of standard cryptographic recipes for application usage

GroupId

GroupId

org.polyglotted
ArtifactId

ArtifactId

crypto-recipes
Version

Version

1.0.1
Type

Type

jar

Download crypto-recipes 1.0.1


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