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

axcp.x11.x11-protocol.x11-protocol-xv.0.18.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.19.0
Show newest version
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