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