-
Notifications
You must be signed in to change notification settings - Fork 40
/
gpm.json
172 lines (172 loc) · 5.44 KB
/
gpm.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"added": [
{
"id": 1,
"type": "implementation",
"installed_name": "retrofit",
"gpm_dep": {
"artifact_id": "retrofit",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit",
"get_from": "Central",
"group_id": "com.squareup.retrofit2",
"name": "Retrofit",
"description": "A type-safe HTTP client for Android and Java."
}
},
{
"id": 2,
"type": "implementation",
"installed_name": "moshi-convert",
"gpm_dep": {
"artifact_id": "converter-moshi",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/com.squareup.retrofit2/converter-moshi",
"get_from": "Central",
"group_id": "com.squareup.retrofit2",
"name": "Converter: Moshi",
"description": "A Retrofit Converter which uses Moshi for serialization."
}
},
{
"id": 3,
"type": "implementation",
"installed_name": "coroutines",
"gpm_dep": {
"artifact_id": "kotlinx-coroutines-core",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-core",
"get_from": "Central",
"group_id": "org.jetbrains.kotlinx",
"name": "Kotlinx Coroutines Core",
"description": "Coroutines support libraries for Kotlin"
}
},
{
"id": 4,
"type": "kapt",
"installed_name": "moshi-codegen",
"gpm_dep": {
"artifact_id": "moshi-kotlin-codegen",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/com.squareup.moshi/moshi-kotlin-codegen",
"get_from": "Central",
"group_id": "com.squareup.moshi",
"name": "Moshi Kotlin Codegen",
"description": "Moshi Kotlin Codegen"
}
},
{
"id": 5,
"type": "implementation",
"installed_name": "moshi",
"gpm_dep": {
"artifact_id": "moshi",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/com.squareup.moshi/moshi",
"get_from": "Central",
"group_id": "com.squareup.moshi",
"name": "Moshi",
"description": "Moshi"
}
},
{
"id": 6,
"type": "implementation",
"installed_name": "fastcsv",
"gpm_dep": {
"artifact_id": "fastcsv",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/de.siegmar/fastcsv",
"get_from": "Central",
"group_id": "de.siegmar",
"name": "FastCSV",
"description": "Ultra fast and simple RFC 4180 compliant CSV library."
}
},
{
"id": 7,
"type": "implementation",
"installed_name": "json",
"gpm_dep": {
"artifact_id": "json",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/org.json/json",
"get_from": "Central",
"group_id": "org.json",
"name": "JSON In Java",
"description": "JSON is a light-weight, language independent, data interchange format.See http://www.JSON.org/The files in this package implement JSON encoders/decoders in Java.It also includes the capability to convert between JSON and XML, HTTPheaders, Cookies, and CDL.This is a reference implementation. There is a large number of JSON packagesin Java. Perhaps someday the Java community will standardize on one. Untilthen, choose carefully.The license includes this restriction: \"The software ..."
}
},
{
"id": 8,
"type": "implementation",
"installed_name": "expekt",
"gpm_dep": {
"artifact_id": "expekt",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/com.theapache64/expekt",
"get_from": "JCenter",
"group_id": "com.theapache64",
"name": "Expekt",
"description": "An assertion library for Kotlin"
}
},
{
"id": 9,
"type": "implementation",
"installed_name": "materialratingbar",
"gpm_dep": {
"artifact_id": "library",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/me.zhanghai.android.materialratingbar/library",
"get_from": "Central",
"group_id": "me.zhanghai.android.materialratingbar",
"name": "MaterialRatingBar Library",
"description": "A Material Design RatingBar with consistent appearance"
}
},
{
"id": 10,
"type": "implementation",
"installed_name": "scalars-converter",
"gpm_dep": {
"artifact_id": "converter-scalars",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/com.squareup.retrofit2/converter-scalars",
"get_from": "Central",
"group_id": "com.squareup.retrofit2",
"name": "Converter: Scalars",
"description": "A Retrofit Converter for Java's scalar value types."
}
},
{
"id": 11,
"type": "implementation",
"installed_name": "okhttp-interceptor",
"gpm_dep": {
"artifact_id": "logging-interceptor",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/com.squareup.okhttp3/logging-interceptor",
"get_from": "Central",
"group_id": "com.squareup.okhttp3",
"name": "OkHttp Logging Interceptor",
"description": "Square’s meticulous HTTP client for Java and Kotlin."
}
},
{
"id": 12,
"type": "testImplementation",
"installed_name": "coroutines-test",
"gpm_dep": {
"artifact_id": "kotlinx-coroutines-test",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-test",
"get_from": "Central",
"group_id": "org.jetbrains.kotlinx",
"name": "Kotlinx Coroutines Test",
"description": "Coroutines support libraries for Kotlin"
}
}
]
}