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
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.
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>
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: