| License |
License |
|---|---|
| GroupId | GroupIdcom.veryfi |
| ArtifactId | ArtifactIdandroid |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionVeryfi Android
Android kotlin module for communicating with the Veryfi OCR API
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| android-1.0.0.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.veryfi/android/ -->
<dependency>
<groupId>com.veryfi</groupId>
<artifactId>android</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.veryfi/android/
implementation 'com.veryfi:android:1.0.0'
// https://jarcasting.com/artifacts/com.veryfi/android/
implementation ("com.veryfi:android:1.0.0")
'com.veryfi:android:pom:1.0.0'
<dependency org="com.veryfi" name="android" rev="1.0.0">
<artifact name="android" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.veryfi', module='android', version='1.0.0')
)
libraryDependencies += "com.veryfi" % "android" % "1.0.0"
[com.veryfi/android "1.0.0"]