GroupId | GroupIdcom.github.ivbaranov |
---|---|
ArtifactId | ArtifactIdrxbluetooth |
Version | Version0.1.5 |
Type | Typeaar |
Filename | Size |
---|---|
rxbluetooth-0.1.5.pom | |
rxbluetooth-0.1.5.aar | 38 KB |
rxbluetooth-0.1.5-sources.jar | 11 KB |
rxbluetooth-0.1.5-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ivbaranov/rxbluetooth/ -->
<dependency>
<groupId>com.github.ivbaranov</groupId>
<artifactId>rxbluetooth</artifactId>
<version>0.1.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ivbaranov/rxbluetooth/
implementation 'com.github.ivbaranov:rxbluetooth:0.1.5'
// https://jarcasting.com/artifacts/com.github.ivbaranov/rxbluetooth/
implementation ("com.github.ivbaranov:rxbluetooth:0.1.5")
'com.github.ivbaranov:rxbluetooth:aar:0.1.5'
<dependency org="com.github.ivbaranov" name="rxbluetooth" rev="0.1.5">
<artifact name="rxbluetooth" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ivbaranov', module='rxbluetooth', version='0.1.5')
)
libraryDependencies += "com.github.ivbaranov" % "rxbluetooth" % "0.1.5"
[com.github.ivbaranov/rxbluetooth "0.1.5"]