crypto
A simple Kotlin AES encrypt and decrypt library.
License |
License |
---|---|
GroupId | GroupIdcom.github.marks-yag |
ArtifactId | ArtifactIdcrypto |
Last Version | Last Version0.9.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCrypto
Crypto is a simple AES encrypt and decrypt library written in Kotlin.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
crypto-0.9.11.pom | |
crypto-0.9.11.jar | 7 KB |
crypto-0.9.11-sources.jar | 4 KB |
crypto-0.9.11-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marks-yag/crypto/ -->
<dependency>
<groupId>com.github.marks-yag</groupId>
<artifactId>crypto</artifactId>
<version>0.9.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/crypto/
implementation 'com.github.marks-yag:crypto:0.9.11'
// https://jarcasting.com/artifacts/com.github.marks-yag/crypto/
implementation ("com.github.marks-yag:crypto:0.9.11")
'com.github.marks-yag:crypto:jar:0.9.11'
<dependency org="com.github.marks-yag" name="crypto" rev="0.9.11">
<artifact name="crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='crypto', version='0.9.11')
)
libraryDependencies += "com.github.marks-yag" % "crypto" % "0.9.11"
[com.github.marks-yag/crypto "0.9.11"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.50 |
junit : junit | jar | 4.12 |
A simple Kotlin AES encrypt and decrypt library.