License |
License |
---|---|
GroupId | GroupIdorg.polyglotted |
ArtifactId | ArtifactIdcrypto-recipes |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionPolyglotted Cryptographic Recipes
A library of standard cryptographic recipes for application usage
|
Project Organization |
Project OrganizationPolyglotted Org |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
crypto-recipes-1.0.2.pom | |
crypto-recipes-1.0.2.jar | 28 KB |
crypto-recipes-1.0.2-sources.jar | 16 KB |
crypto-recipes-1.0.2-javadoc.jar | 155 KB |
crypto-recipes-1.0.2-full.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.polyglotted/crypto-recipes/ -->
<dependency>
<groupId>org.polyglotted</groupId>
<artifactId>crypto-recipes</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.polyglotted/crypto-recipes/
implementation 'org.polyglotted:crypto-recipes:1.0.2'
// https://jarcasting.com/artifacts/org.polyglotted/crypto-recipes/
implementation ("org.polyglotted:crypto-recipes:1.0.2")
'org.polyglotted:crypto-recipes:jar:1.0.2'
<dependency org="org.polyglotted" name="crypto-recipes" rev="1.0.2">
<artifact name="crypto-recipes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.polyglotted', module='crypto-recipes', version='1.0.2')
)
libraryDependencies += "org.polyglotted" % "crypto-recipes" % "1.0.2"
[org.polyglotted/crypto-recipes "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
net.iharder : base64 | jar | 2.3.8 |
com.beust : jcommander | jar | 1.30 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 0.11.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |