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

jambi-dbus.6.5.6.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 6.7.2
Show newest version
/**
 * Classes for inter-process communication over the D-Bus protocol.
 */
module qtjambi.dbus {
    requires java.base;
    requires transitive qtjambi;
    exports io.qt.dbus;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy