is not current version
Last Version 1.1.1

com.github.isaichkindanila:crypt-lib 1.0.0

Simple Java library for stream ciphers based encryption

GroupId

GroupId

com.github.isaichkindanila
ArtifactId

ArtifactId

crypt-lib
Version

Version

1.0.0
Type

Type

jar

Download crypt-lib 1.0.0


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