guizmaii-opensource / zio-aes   0.4.0

Apache License 2.0 GitHub

Implementation of a `AES` service providing 2 functions: `::encrypt` and `::decrypt`

Scala versions: 3.x 2.13 2.12

zio-aes 0.2.0


Group ID:
com.guizmaii
Artifact ID:
zio-aes_2.12
Version:
0.2.0
Release Date:
Oct 10, 2023
Licenses:
Files:

libraryDependencies += "com.guizmaii" %% "zio-aes" % "0.2.0"

Mill build tool

ivy"com.guizmaii::zio-aes:0.2.0"

Scala CLI

//> using dep "com.guizmaii::zio-aes:0.2.0"

Ammonite REPL

import $ivy.`com.guizmaii::zio-aes:0.2.0`

<dependency>
  <groupId>com.guizmaii</groupId>
  <artifactId>zio-aes_2.12</artifactId>
  <version>0.2.0</version>
</dependency>

compile group: 'com.guizmaii', name: 'zio-aes_2.12', version: '0.2.0'