
dbus-java-transport-ssh.0.9.9.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 dbus-java-transport-ssh Show documentation
Show all versions of dbus-java-transport-ssh Show documentation
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