-
Notifications
You must be signed in to change notification settings - Fork 5
/
external_sources.json
64 lines (64 loc) · 1.34 KB
/
external_sources.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"__INFO__" : "This file contains the list of non gmaven artifacts to index",
"version": 1,
"groups": [
{
"groupId": "com.github.bumptech.glide",
"artifactIds": [
"glide"
],
"artifactory": "MAVEN"
},
{
"groupId": "com.google.dagger",
"artifactIds": [
"dagger"
],
"artifactory": "MAVEN"
},
{
"groupId": "com.squareup.retrofit2",
"artifactIds": [
"adapter-guava",
"adapter-java8",
"adapter-rxjava",
"adapter-rxjava2",
"adapter-scala",
"converter-gson",
"converter-guava",
"converter-jackson",
"converter-java8",
"converter-jaxb",
"converter-moshi",
"converter-protobuf",
"converter-scalars",
"converter-simplexml",
"converter-wire",
"retrofit",
"retrofit-adapters",
"retrofit-converters",
"retrofit-mock"
],
"artifactory": "MAVEN"
},
{
"groupId": "org.jetbrains.kotlinx",
"artifactIds": [
"kotlinx-coroutines-core",
"kotlinx-coroutines-android"
]
},
{
"groupId": "com.jakewharton.timber",
"artifactIds": [
"timber"
]
},
{
"groupId": "com.dropbox.mobile.store",
"artifactIds": [
"store4"
]
}
]
}