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