|
1 | | -Include these libraries in your Find Similar sample, get more recent versions if exist: |
| 1 | +Include these jar libraries in a lib folder, in the root of your project. |
| 2 | +They are dependencies for the FaceAPI SDK and AutoRest libraries. |
| 3 | +Avoid any alpha or beta versions. |
| 4 | +If specific versions are noted below, those are older versions that work better than the most recent, at the time of this commit. |
| 5 | + |
| 6 | +* https://mvnrepository.com/artifact/com.microsoft.azure/azure-client-runtime |
| 7 | +* https://mvnrepository.com/artifact/com.microsoft.rest/client-runtime |
| 8 | +* https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-joda |
| 9 | +* https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations |
| 10 | +* https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core |
| 11 | +* https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind |
| 12 | +* https://mvnrepository.com/artifact/joda-time/joda-time |
| 13 | +* https://mvnrepository.com/artifact/com.google.guava/guava |
| 14 | +* https://mvnrepository.com/artifact/com.microsoft.azure/azure-annotations |
| 15 | +* https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp/3.14.2 |
| 16 | +* https://mvnrepository.com/artifact/com.squareup.okio/okio/1.17.4 |
| 17 | +* https://mvnrepository.com/artifact/com.squareup.okhttp3/logging-interceptor |
| 18 | +* https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp-urlconnection/3.14.2 |
| 19 | +* https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit |
| 20 | +* https://mvnrepository.com/artifact/com.squareup.retrofit2/converter-jackson |
| 21 | +* https://mvnrepository.com/artifact/com.squareup.retrofit2/adapter-rxjava |
| 22 | +* https://mvnrepository.com/artifact/io.reactivex/rxjava |
| 23 | +* https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 |
| 24 | +* https://mvnrepository.com/artifact/org.slf4j/slf4j-api |
| 25 | +* https://mvnrepository.com/artifact/org.slf4j/slf4j-jdk14/1.7.28 |
| 26 | + |
2 | 27 |
|
3 | | - * https://mvnrepository.com/artifact/com.microsoft.azure/azure-client-runtime/1.6.12 |
4 | | - * https://mvnrepository.com/artifact/ch.qos.logback/logback-classic |
5 | | - * https://mvnrepository.com/artifact/ch.qos.logback/logback-core |
6 | | - * https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations |
7 | | - * https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core |
8 | | - * https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind |
9 | | - * https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-joda |
10 | | - * https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jsr310 |
11 | | - * https://mvnrepository.com/artifact/com.google.guava/guava |
12 | | - * https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib |
13 | | - * https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp |
14 | | - * https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp-urlconnection |
15 | | - * https://mvnrepository.com/artifact/com.squareup.okio/okio |
16 | | - * https://mvnrepository.com/artifact/com.squareup.retrofit2/adapter-rxjava |
17 | | - * https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit |
18 | | - * https://mvnrepository.com/artifact/io.reactivex/rxjava |
19 | | - * https://mvnrepository.com/artifact/joda-time/joda-time |
20 | | - * https://mvnrepository.com/artifact/org.slf4j/slf4j-api |
|
0 commit comments