is not current version
Last Version 3.3.1

com.github.hypfvieh:dbus-java 3.2.2

Improved version of the DBus-Java library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/).

Categories

Categories

Java Languages
GroupId

GroupId

com.github.hypfvieh
ArtifactId

ArtifactId

dbus-java
Version

Version

3.2.2
Type

Type

jar

Download dbus-java 3.2.2


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