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

.discoclient.21.0.1.source-code.module-info Maven / Gradle / Ivy

The newest version!
module io.foojay.api.discoclient {
    // Java
    requires java.base;
    requires java.net.http;
    requires java.logging;

    // 3rd party
    requires com.google.gson;
    requires eu.hansolo.jdktools;

    exports io.foojay.api.discoclient;
    exports io.foojay.api.discoclient.event;
    exports io.foojay.api.discoclient.pkg;
    exports io.foojay.api.discoclient.util;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy