License |
License |
---|---|
GroupId | GroupIdsoftware.pando.crypto |
ArtifactId | ArtifactIdsalty-coffee |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionSalty Coffee
Pure Java 11 implementation of the NaCl cryptography routines.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
salty-coffee-1.0.4.pom | |
salty-coffee-1.0.4.jar | 50 KB |
salty-coffee-1.0.4-sources.jar | 43 KB |
salty-coffee-1.0.4-javadoc.jar | 422 KB |
Browse |
<!-- https://jarcasting.com/artifacts/software.pando.crypto/salty-coffee/ -->
<dependency>
<groupId>software.pando.crypto</groupId>
<artifactId>salty-coffee</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/software.pando.crypto/salty-coffee/
implementation 'software.pando.crypto:salty-coffee:1.0.4'
// https://jarcasting.com/artifacts/software.pando.crypto/salty-coffee/
implementation ("software.pando.crypto:salty-coffee:1.0.4")
'software.pando.crypto:salty-coffee:jar:1.0.4'
<dependency org="software.pando.crypto" name="salty-coffee" rev="1.0.4">
<artifact name="salty-coffee" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.pando.crypto', module='salty-coffee', version='1.0.4')
)
libraryDependencies += "software.pando.crypto" % "salty-coffee" % "1.0.4"
[software.pando.crypto/salty-coffee "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.4.0 |
org.assertj : assertj-core | jar | 3.19.0 |