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.1.0


Group ID:
com.guizmaii
Artifact ID:
zio-aes_3
Version:
0.1.0
Release Date:
Oct 9, 2023
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.guizmaii</groupId>
  <artifactId>zio-aes_3</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.guizmaii', name: 'zio-aes_3', version: '0.1.0'