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