DonManfred Expert Licensed User Longtime User May 3, 2019 #1 I wish B4A would provide the possibility to add Additional Maven-Repositories like mvnrepository Example: com.dropbox.core:dropbox-core-sdk is located at https://mvnrepository.com/artifact/com.dropbox.core/dropbox-core-sdk <!-- https://mvnrepository.com/artifact/com.dropbox.core/dropbox-core-sdk --> <dependency> <groupId>com.dropbox.core</groupId> <artifactId>dropbox-core-sdk</artifactId> <version>3.0.11</version> </dependency> Click to expand... or jitpack.io The package com.github.datalogic:datalogic-android-sdk is located at https://jitpack.io/com/github/datalogic/datalogic-android-sdk/ -> https://jitpack.io/com/github/datalogic/datalogic-android-sdk/1.15/ (or 1.17) inside the versionfolders are the AAR, POM, sources and javadoc files. Last edited: May 3, 2019
I wish B4A would provide the possibility to add Additional Maven-Repositories like mvnrepository Example: com.dropbox.core:dropbox-core-sdk is located at https://mvnrepository.com/artifact/com.dropbox.core/dropbox-core-sdk <!-- https://mvnrepository.com/artifact/com.dropbox.core/dropbox-core-sdk --> <dependency> <groupId>com.dropbox.core</groupId> <artifactId>dropbox-core-sdk</artifactId> <version>3.0.11</version> </dependency> Click to expand... or jitpack.io The package com.github.datalogic:datalogic-android-sdk is located at https://jitpack.io/com/github/datalogic/datalogic-android-sdk/ -> https://jitpack.io/com/github/datalogic/datalogic-android-sdk/1.15/ (or 1.17) inside the versionfolders are the AAR, POM, sources and javadoc files.