axcp.x11.x11-protocol.x11-protocol-xkb.0.18.2.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-protocol-xkb Show documentation
Show all versions of x11-protocol-xkb Show documentation
An implementation of the x11 xkb protocol in java
The newest version!
import com.github.moaxcp.x11.protocol.XProtocolPlugin;
import com.github.moaxcp.x11.protocol.xkb.XkbPlugin;
@SuppressWarnings("module")
module com.github.moaxcp.x11.protocol.xkb {
exports com.github.moaxcp.x11.protocol.xkb;
requires static lombok;
requires com.github.moaxcp.x11.protocol.core;
requires com.github.moaxcp.x11.protocol.xproto;
provides XProtocolPlugin with XkbPlugin;
}