Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.hypfvieh |
ArtifactId | ArtifactIddbus-java |
Version | Version2.7.3 |
Type | Typejar |
Filename | Size |
---|---|
dbus-java-2.7.3.pom | |
dbus-java-2.7.3.jar | 297 KB |
dbus-java-2.7.3-tests.jar | 77 KB |
dbus-java-2.7.3-sources.jar | 183 KB |
dbus-java-2.7.3-javadoc.jar | 532 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hypfvieh/dbus-java/ -->
<dependency>
<groupId>com.github.hypfvieh</groupId>
<artifactId>dbus-java</artifactId>
<version>2.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hypfvieh/dbus-java/
implementation 'com.github.hypfvieh:dbus-java:2.7.3'
// https://jarcasting.com/artifacts/com.github.hypfvieh/dbus-java/
implementation ("com.github.hypfvieh:dbus-java:2.7.3")
'com.github.hypfvieh:dbus-java:jar:2.7.3'
<dependency org="com.github.hypfvieh" name="dbus-java" rev="2.7.3">
<artifact name="dbus-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hypfvieh', module='dbus-java', version='2.7.3')
)
libraryDependencies += "com.github.hypfvieh" % "dbus-java" % "2.7.3"
[com.github.hypfvieh/dbus-java "2.7.3"]