jambi-dbus.5.15.20.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 qtjambi-dbus Show documentation
Show all versions of qtjambi-dbus Show documentation
Classes for inter-process communication over the D-Bus protocol.
/**
* Classes for inter-process communication over the D-Bus protocol.
*/
module qtjambi.dbus {
requires java.base;
requires transitive qtjambi;
exports io.qt.dbus;
}