-
Notifications
You must be signed in to change notification settings - Fork 4
/
gpm.json
60 lines (60 loc) · 1.81 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": "bouncycastle",
"gpm_dep": {
"artifact_id": "bcprov-jdk15on",
"default_type": "implementation",
"docs": "https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on",
"get_from": "Central",
"group_id": "org.bouncycastle",
"name": "Bouncy Castle Provider",
"description": "The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 and up."
}
},
{
"id": 2,
"type": "implementation",
"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": 3,
"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": 4,
"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"
}
}
]
}