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