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

dbus-java-transport-ssh.0.9.9.source-code.module-info Maven / Gradle / Ivy

Go to download

Uses dbus-java along with Maverick Synergy to allow connection to the desktop bus on a remote machine over SSH.

The newest version!
open module org.freedesktop.dbus.transport.ssh {
	exports com.logonbox.dbus.transport.ssh;
    requires transitive com.sshtools.synergy.jdk16.client;
    requires org.freedesktop.dbus; 
    provides org.freedesktop.dbus.spi.transport.ITransportProvider
            with
            com.logonbox.dbus.transport.ssh.SshTransportProvider;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy