| Группа | Группаcom.github.hypfvieh |
|---|---|
| Идентификатор | Идентификаторbluez-dbus |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bluez-dbus-0.0.1.pom | |
| bluez-dbus-0.0.1.jar | 35 KB |
| bluez-dbus-0.0.1-tests.jar | 2 KB |
| bluez-dbus-0.0.1-sources.jar | 26 KB |
| bluez-dbus-0.0.1-javadoc.jar | 197 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hypfvieh/bluez-dbus/ -->
<dependency>
<groupId>com.github.hypfvieh</groupId>
<artifactId>bluez-dbus</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hypfvieh/bluez-dbus/
implementation 'com.github.hypfvieh:bluez-dbus:0.0.1'
// https://jarcasting.com/artifacts/com.github.hypfvieh/bluez-dbus/
implementation ("com.github.hypfvieh:bluez-dbus:0.0.1")
'com.github.hypfvieh:bluez-dbus:jar:0.0.1'
<dependency org="com.github.hypfvieh" name="bluez-dbus" rev="0.0.1">
<artifact name="bluez-dbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hypfvieh', module='bluez-dbus', version='0.0.1')
)
libraryDependencies += "com.github.hypfvieh" % "bluez-dbus" % "0.0.1"
[com.github.hypfvieh/bluez-dbus "0.0.1"]