| License |
License |
|---|---|
| GroupId | GroupIddev.o1c |
| ArtifactId | ArtifactIdjcryptobox |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionJCryptoBox
JCryptoBox is a Java cryptographic facade API inspired by NaCl and libsodium. JCryptoBox uses cryptographic
algorithms compliant with NIST FIPS 140 recommendations and works with or without a certified FIPS Java
cryptography library such as BouncyCastle.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jcryptobox-1.0.pom | |
| jcryptobox-1.0.jar | 10 KB |
| jcryptobox-1.0-sources.jar | 7 KB |
| jcryptobox-1.0-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.o1c/jcryptobox/ -->
<dependency>
<groupId>dev.o1c</groupId>
<artifactId>jcryptobox</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.o1c/jcryptobox/
implementation 'dev.o1c:jcryptobox:1.0'
// https://jarcasting.com/artifacts/dev.o1c/jcryptobox/
implementation ("dev.o1c:jcryptobox:1.0")
'dev.o1c:jcryptobox:jar:1.0'
<dependency org="dev.o1c" name="jcryptobox" rev="1.0">
<artifact name="jcryptobox" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.o1c', module='jcryptobox', version='1.0')
)
libraryDependencies += "dev.o1c" % "jcryptobox" % "1.0"
[dev.o1c/jcryptobox "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |