| Categories |
CategoriesJava Languages |
|---|---|
| GroupId | GroupIdcom.github.hypfvieh |
| ArtifactId | ArtifactIddbus-java |
| Version | Version2.7.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dbus-java-2.7.2.pom | |
| dbus-java-2.7.2.jar | 294 KB |
| dbus-java-2.7.2-sources.jar | 182 KB |
| dbus-java-2.7.2-javadoc.jar | 531 KB |
| Browse |
<!-- 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"]