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