1
+ {
2
+ "added" : [
3
+ {
4
+ "id" : 1 ,
5
+ "type" : " implementation" ,
6
+ "installed_name" : " retrofit" ,
7
+ "gpm_dep" : {
8
+ "artifact_id" : " retrofit" ,
9
+ "default_type" : " implementation" ,
10
+ "docs" : " https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit" ,
11
+ "get_from" : " Central" ,
12
+ "group_id" : " com.squareup.retrofit2" ,
13
+ "name" : " Retrofit" ,
14
+ "description" : " A type-safe HTTP client for Android and Java."
15
+ }
16
+ },
17
+ {
18
+ "id" : 2 ,
19
+ "type" : " implementation" ,
20
+ "installed_name" : " moshi" ,
21
+ "gpm_dep" : {
22
+ "artifact_id" : " moshi" ,
23
+ "default_type" : " implementation" ,
24
+ "docs" : " https://mvnrepository.com/artifact/com.squareup.moshi/moshi" ,
25
+ "get_from" : " Central" ,
26
+ "group_id" : " com.squareup.moshi" ,
27
+ "name" : " Moshi" ,
28
+ "description" : " Moshi"
29
+ }
30
+ },
31
+ {
32
+ "id" : 3 ,
33
+ "type" : " implementation" ,
34
+ "installed_name" : " moshi-kotlin" ,
35
+ "gpm_dep" : {
36
+ "artifact_id" : " moshi-kotlin" ,
37
+ "default_type" : " implementation" ,
38
+ "docs" : " https://mvnrepository.com/artifact/com.squareup.moshi/moshi-kotlin" ,
39
+ "get_from" : " Central" ,
40
+ "group_id" : " com.squareup.moshi" ,
41
+ "name" : " Moshi Kotlin" ,
42
+ "description" : " Moshi Kotlin"
43
+ }
44
+ },
45
+ {
46
+ "id" : 4 ,
47
+ "type" : " implementation" ,
48
+ "installed_name" : " coroutines" ,
49
+ "gpm_dep" : {
50
+ "artifact_id" : " kotlinx-coroutines-core" ,
51
+ "default_type" : " implementation" ,
52
+ "docs" : " https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-core" ,
53
+ "get_from" : " Central" ,
54
+ "group_id" : " org.jetbrains.kotlinx" ,
55
+ "name" : " Kotlinx Coroutines Core" ,
56
+ "description" : " Coroutines support libraries for Kotlin"
57
+ }
58
+ }
59
+ ]
60
+ }
0 commit comments