Jar examples for d:dbus-java
Slightly improved version of the Java DBus library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/). Changes: - Fixed lot's of Java warnings - Fixed broken 'Gettext' feature (Exceptions on unsupported languages, usage of "_" as method name). - Renamed some classes/methods/variables to comply with Java naming scheme. - Removed usage of proprietary logger and replaced it with sl4fj. - Renamed/refactored some parts to be more 'Java' like (e.g. naming, shadowing) - Fixed problems with DbusConnection.getConnection(SESSION) when using display export (e.g. SSH X11 forward)
You can download jar file dbus-java 2.7.2 in this page.
GNU Lesser/Library General Public License version 2
You can use the following script to add dbus-java-2.7.2.jar to your project.
<dependency> <groupId>com.github.hypfvieh</groupId> <artifactId>dbus-java</artifactId> <version>2.7.2</version> </dependency>
compile group: 'com.github.hypfvieh', name: 'dbus-java', version: '2.7.2'
libraryDependencies += "com.github.hypfvieh" % "dbus-java" % "2.7.2"
<dependency org="com.github.hypfvieh" name="dbus-java" rev="2.7.2"/>
@Grapes(@Grab(group='com.github.hypfvieh', module='dbus-java', version='2.7.2'))
'com.github.hypfvieh:dbus-java:jar:2.7.2'
Click the following link to download the jar file.
dbus-java-2.7.2-javadoc.jar