-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgpm.json
46 lines (46 loc) · 1.32 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
{
"added": [
{
"id": 1,
"type": "testImplementation",
"installed_name": "junit",
"gpm_dep": {
"artifact_id": "junit",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/junit/junit",
"get_from": "Central",
"group_id": "junit",
"name": "JUnit",
"description": "JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck."
}
},
{
"id": 2,
"type": "testImplementation",
"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": 3,
"type": "implementation",
"installed_name": "clikt",
"gpm_dep": {
"artifact_id": "clikt",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/com.github.ajalt/clikt",
"get_from": "Central",
"group_id": "com.github.ajalt",
"name": "Clikt",
"description": "Multiplatform command line interface parsing for Kotlin"
}
}
]
}