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