License |
License |
---|---|
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdrxbiometric |
Version | Version0.1.0 |
Type | Typeaar |
Description |
Descriptionrxbiometric
RxJava and RxKotlin bindings for Biometric Prompt on Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rxbiometric-0.1.0.pom | |
rxbiometric-0.1.0.aar | 19 KB |
rxbiometric-0.1.0-sources.jar | 1 KB |
rxbiometric-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/rxbiometric/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>rxbiometric</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/rxbiometric/
implementation 'com.github.pwittchen:rxbiometric:0.1.0'
// https://jarcasting.com/artifacts/com.github.pwittchen/rxbiometric/
implementation ("com.github.pwittchen:rxbiometric:0.1.0")
'com.github.pwittchen:rxbiometric:aar:0.1.0'
<dependency org="com.github.pwittchen" name="rxbiometric" rev="0.1.0">
<artifact name="rxbiometric" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='rxbiometric', version='0.1.0')
)
libraryDependencies += "com.github.pwittchen" % "rxbiometric" % "0.1.0"
[com.github.pwittchen/rxbiometric "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.2.0 |
io.reactivex.rxjava2 : rxandroid | jar | 2.0.2 |
io.reactivex.rxjava2 : rxkotlin | jar | 2.3.0 |
androidx.annotation » annotation | jar | 1.0.1 |
androidx.biometric » biometric | jar | 1.0.0-alpha03 |
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.0 |