All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ke-chappel.oss.commons.identity.1.0.16.source-code.module-info Maven / Gradle / Ivy

Go to download

The default client implementation of the io.github.locke-chappel.oss.commons:api.identity interface

There is a newer version: 1.0.17
Show newest version
module io.github.lc.oss.commons.identity {
    requires transitive io.github.lc.oss.commons.api.identity;
    requires transitive io.github.lc.oss.commons.api.services;
    requires io.github.lc.oss.commons.util;
    requires io.github.lc.oss.commons.encoding;
    requires io.github.lc.oss.commons.signing;

    requires transitive org.apache.httpcomponents.client5.httpclient5;
    requires transitive org.apache.httpcomponents.core5.httpcore5;

    exports io.github.lc.oss.commons.identity;
    exports io.github.lc.oss.commons.identity.model;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy