crypt-lib

Simple Java library for stream ciphers based encryption

License

License

GroupId

GroupId

com.github.isaichkindanila
ArtifactId

ArtifactId

crypt-lib
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

crypt-lib
Simple Java library for stream ciphers based encryption

Download crypt-lib

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.isaichkindanila/crypt-lib/ -->
<dependency>
    <groupId>com.github.isaichkindanila</groupId>
    <artifactId>crypt-lib</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isaichkindanila/crypt-lib/
implementation 'com.github.isaichkindanila:crypt-lib:1.1.1'
// https://jarcasting.com/artifacts/com.github.isaichkindanila/crypt-lib/
implementation ("com.github.isaichkindanila:crypt-lib:1.1.1")
'com.github.isaichkindanila:crypt-lib:jar:1.1.1'
<dependency org="com.github.isaichkindanila" name="crypt-lib" rev="1.1.1">
  <artifact name="crypt-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isaichkindanila', module='crypt-lib', version='1.1.1')
)
libraryDependencies += "com.github.isaichkindanila" % "crypt-lib" % "1.1.1"
[com.github.isaichkindanila/crypt-lib "1.1.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.0