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