-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathgpm.json
60 lines (60 loc) · 1.74 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
{
"added": [
{
"id": 1,
"type": "implementation",
"installed_name": "timber",
"gpm_dep": {
"artifact_id": "timber",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/com.jakewharton.timber/timber",
"get_from": "Central",
"group_id": "com.jakewharton.timber",
"name": "Timber",
"description": "No-nonsense injectable logging."
}
},
{
"id": 2,
"type": "implementation",
"installed_name": "coroutines-core",
"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": 3,
"type": "implementation",
"installed_name": "accompanist",
"gpm_dep": {
"artifact_id": "accompanist-coil",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/dev.chrisbanes.accompanist/accompanist-coil",
"get_from": "Central",
"group_id": "dev.chrisbanes.accompanist",
"name": "Accompanist Coil Integration",
"description": "A collection of utilities for Jetpack Compose"
}
},
{
"id": 4,
"type": "implementation",
"installed_name": "livedata-ktx",
"gpm_dep": {
"artifact_id": "lifecycle-livedata-ktx",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/androidx.lifecycle/lifecycle-livedata-ktx",
"get_from": "Google",
"group_id": "androidx.lifecycle",
"name": "LiveData Kotlin Extensions",
"description": "Kotlin extensions for 'livedata' artifact"
}
}
]
}