-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLICENSES-DEPENDENCIES.html
72 lines (65 loc) · 1.65 KB
/
LICENSES-DEPENDENCIES.html
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
<html>
<head>
<title>HTML License report</title>
</head>
<style>table {
width: 85%;
border-collapse: collapse;
text-align: center;
}
.dependencies {
text-align: left;
width:15%;
}
tr {
border: 1px solid black;
}
td {
border: 1px solid black;
font-weight: bold;
color: #2E2E2E
}
th {
border: 1px solid black;
}
h3 {
text-align:center;
margin:3px
}
.license {
width:70%
}
.licenseName {
width:15%
}
</style>
<body>
<table align='center'>
<tr>
<th>
<h3>License</h3>
</th>
<th>
<h3>License text URL</h3>
</th>
<th>
<h3>Dependency</h3>
</th>
</tr>
<tr>
<td class='licenseName'>Apache License, Version 2.0</td>
<td class='license' />
<td class='dependencies'>
<ul>
<li>annotations-13.0.jar</li>
<li>kotlin-stdlib-common-1.4.31.jar</li>
<li>kotlin-stdlib-js-1.4.31.jar</li>
<li>kotlin-stdlib-1.4.31.jar</li>
<li>kotlin-stdlib-jdk7-1.4.31.jar</li>
<li>kotlin-stdlib-jdk8-1.4.31.jar</li>
</ul>
</td>
</tr>
</table>
</body>
</html>