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