is not current version
Last Version 3.3.1

com.github.hypfvieh:dbus-java 2.7.2

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)

Categories

Categories

Java Languages
GroupId

GroupId

com.github.hypfvieh
ArtifactId

ArtifactId

dbus-java
Version

Version

2.7.2
Type

Type

jar

Download dbus-java 2.7.2


<!-- https://jarcasting.com/artifacts/com.github.hypfvieh/dbus-java/ -->
<dependency>
    <groupId>com.github.hypfvieh</groupId>
    <artifactId>dbus-java</artifactId>
    <version>2.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hypfvieh/dbus-java/
implementation 'com.github.hypfvieh:dbus-java:2.7.2'
// https://jarcasting.com/artifacts/com.github.hypfvieh/dbus-java/
implementation ("com.github.hypfvieh:dbus-java:2.7.2")
'com.github.hypfvieh:dbus-java:jar:2.7.2'
<dependency org="com.github.hypfvieh" name="dbus-java" rev="2.7.2">
  <artifact name="dbus-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hypfvieh', module='dbus-java', version='2.7.2')
)
libraryDependencies += "com.github.hypfvieh" % "dbus-java" % "2.7.2"
[com.github.hypfvieh/dbus-java "2.7.2"]