ke-chappel.oss.commons.encryption.config.1.0.16.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of encryption.config Show documentation
Show all versions of encryption.config Show documentation
An implementation of key/value pair supporting encryption at rest
The newest version!
module io.github.lc.oss.commons.encryption.config {
requires io.github.lc.oss.commons.encoding;
requires io.github.lc.oss.commons.encryption;
requires io.github.lc.oss.commons.util;
requires com.fasterxml.jackson.annotation;
requires com.fasterxml.jackson.databind;
exports io.github.lc.oss.commons.encryption.config;
}