-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathproject.json
59 lines (59 loc) · 1.56 KB
/
project.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
{
"projectinfo": {
"name": "OpenSimMPLS",
"version": "2.4",
"redistribution": "SOFTWARE_PACKAGE_OR_SAAS",
"licenses": ["APACHE_2_0"]
},
"componentbindings": [
{
"component": "jfreechart",
"version": "1.5.5",
"license": "LGPL_2_1_OR_LATER",
"weight": "NEAR_LOW",
"link": "DYNAMIC"
},
{
"component": "miglayout-swing",
"version": "11.4.2",
"license": "BSD_3_CLAUSE",
"weight": "NEAR_LOW",
"link": "DYNAMIC"
},
{
"component": "miglayout-core",
"version": "11.4.2",
"license": "BSD_3_CLAUSE",
"weight": "NEAR_LOW",
"link": "DYNAMIC"
},
{
"component": "slf4j-api",
"version": "2.1.0-alpha1",
"license": "MIT",
"weight": "NEAR_LOW",
"link": "DYNAMIC"
},
{
"component": "slf4j-simple",
"version": "2.1.0-alpha1",
"license": "MIT",
"weight": "NEAR_LOW",
"link": "DYNAMIC"
},
{
"component": "AbsoluteLayout",
"version": "RELEASE230",
"license": "CDDL_1_0",
"weight": "NEAR_HIGH",
"link": "DYNAMIC"
},
{
"component": "junit-jupiter-engine",
"version": "5.8.2",
"license": "EPL_2_0",
"weight": "NEAR_HIGH",
"link": "DYNAMIC"
}
]
}