pfvieh.dbus-java-transport-native-unixsocket.4.3.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 dbus-java-transport-native-unixsocket Show documentation
Show all versions of dbus-java-transport-native-unixsocket Show documentation
dbus-java transport providing unixsocket support when using Java 16+.
module org.freedesktop.dbus.transport.jre {
requires jdk.net;
requires org.freedesktop.dbus;
provides org.freedesktop.dbus.spi.transport.ITransportProvider
with
org.freedesktop.dbus.transport.jre.NativeTransportProvider;
}