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