is not current version
Last Version 2.7-1

com.github.axet:dbus 2.7

D-Bus Java library

GroupId

GroupId

com.github.axet
ArtifactId

ArtifactId

dbus
Version

Version

2.7
Type

Type

jar

Download dbus 2.7


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