.discoclient.21.0.1.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 discoclient Show documentation
Show all versions of discoclient Show documentation
A Java library that makes it easier to access the foojay disco api
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;
}