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

axcp.x11.x11-protocol.x11-protocol-damage.0.18.2.source-code.module-info Maven / Gradle / Ivy

import com.github.moaxcp.x11.protocol.XProtocolPlugin;
import com.github.moaxcp.x11.protocol.damage.DamagePlugin;

@SuppressWarnings("module")
module com.github.moaxcp.x11.protocol.damage {
    exports com.github.moaxcp.x11.protocol.damage;

    requires static lombok;
    requires transitive com.github.moaxcp.x11.protocol.core;
    requires transitive com.github.moaxcp.x11.protocol.xproto;
    provides XProtocolPlugin with DamagePlugin;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy