axcp.x11.x11-protocol.x11-protocol-xv.0.18.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 x11-protocol-xv Show documentation
Show all versions of x11-protocol-xv Show documentation
An implementation of the x11 xv protocol in java
import com.github.moaxcp.x11.protocol.XProtocolPlugin;
import com.github.moaxcp.x11.protocol.xv.XvPlugin;
@SuppressWarnings("module")
module com.github.moaxcp.x11.protocol.xv {
exports com.github.moaxcp.x11.protocol.xv;
requires com.github.moaxcp.x11.protocol.core;
requires com.github.moaxcp.x11.protocol.xproto;
requires static lombok;
provides XProtocolPlugin with XvPlugin;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy