Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.hypfvieh |
ArtifactId | ArtifactIddbus-java-utils |
Version | Version3.2.0 |
Type | Typejar |
Filename | Size |
---|---|
dbus-java-utils-3.2.0.pom | |
dbus-java-utils-3.2.0.jar | 83 KB |
dbus-java-utils-3.2.0-tests.jar | 10 KB |
dbus-java-utils-3.2.0-sources.jar | 41 KB |
dbus-java-utils-3.2.0-javadoc.jar | 109 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hypfvieh/dbus-java-utils/
implementation 'com.github.hypfvieh:dbus-java-utils:3.2.0'
// https://jarcasting.com/artifacts/com.github.hypfvieh/dbus-java-utils/
implementation ("com.github.hypfvieh:dbus-java-utils:3.2.0")
'com.github.hypfvieh:dbus-java-utils:jar:3.2.0'
<dependency org="com.github.hypfvieh" name="dbus-java-utils" rev="3.2.0">
<artifact name="dbus-java-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hypfvieh', module='dbus-java-utils', version='3.2.0')
)
libraryDependencies += "com.github.hypfvieh" % "dbus-java-utils" % "3.2.0"
[com.github.hypfvieh/dbus-java-utils "3.2.0"]