GroupId | GroupIdcom.github.pwittchen |
---|---|
ArtifactId | ArtifactIdrxbiometric |
Version | Version0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
rxbiometric-0.0.1.pom | |
rxbiometric-0.0.1.aar | 20 KB |
rxbiometric-0.0.1-sources.jar | 1 KB |
rxbiometric-0.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/rxbiometric/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>rxbiometric</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/rxbiometric/
implementation 'com.github.pwittchen:rxbiometric:0.0.1'
// https://jarcasting.com/artifacts/com.github.pwittchen/rxbiometric/
implementation ("com.github.pwittchen:rxbiometric:0.0.1")
'com.github.pwittchen:rxbiometric:aar:0.0.1'
<dependency org="com.github.pwittchen" name="rxbiometric" rev="0.0.1">
<artifact name="rxbiometric" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='rxbiometric', version='0.0.1')
)
libraryDependencies += "com.github.pwittchen" % "rxbiometric" % "0.0.1"
[com.github.pwittchen/rxbiometric "0.0.1"]