axcp.x11.x11-client.0.19.0.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 x11-client Show documentation
Show all versions of x11-client Show documentation
An x11 client implemented in java
@SuppressWarnings("module")
module com.github.moaxcp.x11.client {
exports com.github.moaxcp.x11.x11client;
exports com.github.moaxcp.x11.x11client.api.record;
requires transitive com.github.moaxcp.x11.keysym;
requires transitive com.github.moaxcp.x11.protocol.core;
requires transitive com.github.moaxcp.x11.protocol.bigreq;
requires transitive com.github.moaxcp.x11.protocol.record;
requires transitive com.github.moaxcp.x11.protocol.xproto;
requires transitive com.github.moaxcp.x11.protocol.xcmisc;
requires transitive org.newsclub.net.unix;
requires transitive com.kohlschutter.junixsocket.nativecommon;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy