GroupId | GroupIdio.nrbtech.rxandroidble |
---|---|
ArtifactId | ArtifactIdrxandroidble |
Version | Version2.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
rxandroidble-2.1.0.pom | |
rxandroidble-2.1.0-sources.jar | 187 KB |
rxandroidble-2.1.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nrbtech.rxandroidble/rxandroidble/ -->
<dependency>
<groupId>io.nrbtech.rxandroidble</groupId>
<artifactId>rxandroidble</artifactId>
<version>2.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.nrbtech.rxandroidble/rxandroidble/
implementation 'io.nrbtech.rxandroidble:rxandroidble:2.1.0'
// https://jarcasting.com/artifacts/io.nrbtech.rxandroidble/rxandroidble/
implementation ("io.nrbtech.rxandroidble:rxandroidble:2.1.0")
'io.nrbtech.rxandroidble:rxandroidble:aar:2.1.0'
<dependency org="io.nrbtech.rxandroidble" name="rxandroidble" rev="2.1.0">
<artifact name="rxandroidble" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.nrbtech.rxandroidble', module='rxandroidble', version='2.1.0')
)
libraryDependencies += "io.nrbtech.rxandroidble" % "rxandroidble" % "2.1.0"
[io.nrbtech.rxandroidble/rxandroidble "2.1.0"]