| License |
License |
|---|---|
| GroupId | GroupIdedu.uci.qa |
| ArtifactId | ArtifactIdcrypt |
| Last Version | Last Version0.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCrypt
Utility for encryption and decryption of strings and files.
|
| Filename | Size |
|---|---|
| crypt-0.0.3.pom | |
| crypt-0.0.3.jar | 12 KB |
| crypt-0.0.3-sources.jar | 8 KB |
| crypt-0.0.3-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.uci.qa/crypt/ -->
<dependency>
<groupId>edu.uci.qa</groupId>
<artifactId>crypt</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/edu.uci.qa/crypt/
implementation 'edu.uci.qa:crypt:0.0.3'
// https://jarcasting.com/artifacts/edu.uci.qa/crypt/
implementation ("edu.uci.qa:crypt:0.0.3")
'edu.uci.qa:crypt:jar:0.0.3'
<dependency org="edu.uci.qa" name="crypt" rev="0.0.3">
<artifact name="crypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.uci.qa', module='crypt', version='0.0.3')
)
libraryDependencies += "edu.uci.qa" % "crypt" % "0.0.3"
[edu.uci.qa/crypt "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| net.sf.jopt-simple : jopt-simple | jar | 5.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.25 |
| junit : junit | jar | 4.12 |