-
Notifications
You must be signed in to change notification settings - Fork 369
/
gpm.json
144 lines (144 loc) · 4.61 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
{
"added": [
{
"id": 1,
"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": "A modern JSON API for Android and Java"
}
},
{
"id": 2,
"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": "A modern JSON API for Android and Java"
}
},
{
"id": 3,
"type": "implementation",
"installed_name": "egit-github",
"gpm_dep": {
"artifact_id": "org.eclipse.egit.github.core",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/org.eclipse.mylyn.github/org.eclipse.egit.github.core",
"get_from": "Central",
"group_id": "org.eclipse.mylyn.github",
"name": "Eclipse EGit GitHub API Core",
"description": "Eclipse EGit GitHub API Core"
}
},
{
"id": 4,
"type": "implementation",
"installed_name": "okhttp",
"gpm_dep": {
"artifact_id": "okhttp",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp",
"get_from": "Central",
"group_id": "com.squareup.okhttp3",
"name": "OkHttp",
"description": "Square’s meticulous HTTP client for Java and Kotlin."
}
},
{
"id": 5,
"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": 6,
"type": "implementation",
"installed_name": "retrofit2",
"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": 7,
"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": 8,
"type": "implementation",
"installed_name": "moshi-converter",
"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": 9,
"type": "implementation",
"installed_name": "okhttp3-logging",
"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": 10,
"type": "implementation",
"installed_name": "prettytime",
"gpm_dep": {
"artifact_id": "prettytime",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/org.ocpsoft.prettytime/prettytime",
"get_from": "Central",
"group_id": "org.ocpsoft.prettytime",
"name": "PrettyTime Core",
"description": "PrettyTime Core"
}
}
]
}