GroupId | GroupIdcom.github.hypfvieh |
---|---|
ArtifactId | ArtifactIdbluez-dbus |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
bluez-dbus-0.1.2.pom | |
bluez-dbus-0.1.2.jar | 68 KB |
bluez-dbus-0.1.2-tests.jar | 17 KB |
bluez-dbus-0.1.2-sources.jar | 88 KB |
bluez-dbus-0.1.2-javadoc.jar | 526 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hypfvieh/bluez-dbus/ -->
<dependency>
<groupId>com.github.hypfvieh</groupId>
<artifactId>bluez-dbus</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hypfvieh/bluez-dbus/
implementation 'com.github.hypfvieh:bluez-dbus:0.1.2'
// https://jarcasting.com/artifacts/com.github.hypfvieh/bluez-dbus/
implementation ("com.github.hypfvieh:bluez-dbus:0.1.2")
'com.github.hypfvieh:bluez-dbus:jar:0.1.2'
<dependency org="com.github.hypfvieh" name="bluez-dbus" rev="0.1.2">
<artifact name="bluez-dbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hypfvieh', module='bluez-dbus', version='0.1.2')
)
libraryDependencies += "com.github.hypfvieh" % "bluez-dbus" % "0.1.2"
[com.github.hypfvieh/bluez-dbus "0.1.2"]