ecret-service.2.0.1-alpha.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 secret-service Show documentation
Show all versions of secret-service Show documentation
A Java library for storing secrets in the gnome-keyring over the DBus.
Simply set and get passwords in a gnome linux system.
The newest version!
module de.swiesend.secretservice {
requires transitive org.freedesktop.dbus;
requires at.favre.lib.hkdf;
requires org.slf4j;
opens de.swiesend.secretservice to org.freedesktop.dbus;
exports de.swiesend.secretservice;
exports de.swiesend.secretservice.simple;
exports de.swiesend.secretservice.interfaces;
exports de.swiesend.secretservice.gnome.keyring.interfaces;
}