Java Question maven how to reference the google vision?

DonManfred

Expert
Licensed User
Longtime User
Hello,

i want to update my Barcode librry which is using Google vision to scan the barcode.

In the past i needed to include the android-support-v4 and google-play-services.jar in libs folder and add a dependson directive for b4a using android-support-v4

What do i need to add (which jar/classes.jar from which aar) to use google vision when using mavenrepository (B4A 6+)?

Is there a way i can figure it out by myself?
 
Last edited:
Top