GroupId | GroupIddev.skomlach |
---|---|
ArtifactId | ArtifactIdbiometric |
Version | Version2.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
biometric-2.0.4.pom | |
biometric-2.0.4-sources.jar | 206 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.skomlach/biometric/ -->
<dependency>
<groupId>dev.skomlach</groupId>
<artifactId>biometric</artifactId>
<version>2.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.skomlach/biometric/
implementation 'dev.skomlach:biometric:2.0.4'
// https://jarcasting.com/artifacts/dev.skomlach/biometric/
implementation ("dev.skomlach:biometric:2.0.4")
'dev.skomlach:biometric:aar:2.0.4'
<dependency org="dev.skomlach" name="biometric" rev="2.0.4">
<artifact name="biometric" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.skomlach', module='biometric', version='2.0.4')
)
libraryDependencies += "dev.skomlach" % "biometric" % "2.0.4"
[dev.skomlach/biometric "2.0.4"]