-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuppliers.json
More file actions
83 lines (83 loc) · 1.57 KB
/
Copy pathsuppliers.json
File metadata and controls
83 lines (83 loc) · 1.57 KB
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
[
{
"type": "mvn",
"groups": [
"io.ktor", "org.jetbrains.*", "org.jetbrains"
],
"supplier": {
"name": "JetBrains s.r.o",
"urls": [
"https://www.jetbrains.com"
],
"contactName": "JetBrains",
"email": "compliance@jetbrains.com"
}
},
{
"type": "mvn",
"groups": ["at.asitplus", "at.asitplus.*"],
"supplier": {
"name": "A-SIT Plus GmbH",
"urls": [
"https://plus.a-sit.at",
"https://github.com/a-sit-plus"
],
"contactName": "A-SIT Plus Opensource",
"email": "opensource@a-sit.at"
}
},
{
"type": "mvn",
"groups": [
"com.fasterxml.*"
],
"supplier": {
"name": "FasterXML, LLC",
"urls": [
"https://fasterxml.com/"
],
"contactName": "FasterXML",
"email": "info@fasterxml.com"
}
},
{
"type": "mvn",
"groups": [
"androidx.*"
],
"supplier": {
"name": "Google LLC",
"urls": [
"https://developer.android.com/jetpack/androidx",
"https://android.googlesource.com/platform/frameworks/support"
]
}
},
{
"type": "mvn",
"groups": [
"net.mamoe.yamlkt"
],
"supplier": {
"name": "Him188",
"urls": [
"https://github.com/Him188/yamlkt"
]
}
},
{
"type": "mvn",
"groups": [
"org.slf4j"
],
"supplier": {
"name": "QOS.ch Sàrl",
"urls": [
"https://www.slf4j.org/",
"https://qos.ch/"
],
"email": "sales@qos.ch",
"contactName": "QOS.ch"
}
}
]