forked from confluentinc/kafka-connect-jdbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
licenses.html
43 lines (40 loc) · 1.17 KB
/
licenses.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
<HTML><HEAD><style>
table {
border-collapse: collapse;
width: 100%;
font-family: sans-serif;
}
h1 {
font-family: sans-serif;
}
th, td {
text-align: left;
padding: 8px;
}
thead td {
background-color: #333;
color: #fff;
font-weight: bold;
}
tr:nth-child(even){background-color: #f2f2f2}
th {
background-color: #000000;
color: white;
}
</style></HEAD><BODY>
<H1> kafka-connect-jdbc</H1><br>
<TABLE border="1">
<THEAD>
<TR>
<TD>Artifact</TD><TD>Type</TD><TD>Version</TD><TD>License(s)</TD></TR>
</THEAD>
<TBODY>
<TR>
<TD><A HREF="http://confluent.io">kafka-connect-jdbc-5.0.0-SNAPSHOT</A></TD><TD>jar</TD><TD>5.0.0-SNAPSHOT</TD><TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</A><br></TD></TR>
<TR>
<TD>postgresql-9.4-1206-jdbc41</TD><TD>jar</TD><TD>9.4.0.build-1206</TD><TD><A HREF="http://www.postgresql.org/about/licence/">link from artifact (META-INF/MANIFEST.MF)</A><br></TD></TR>
<TR>
<TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.txt">sqlite-jdbc-3.8.11.2</A></TD><TD>jar</TD><TD>3.8.11.2</TD><TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2.0</A><br></TD></TR>
</TBODY>
</TABLE>
</BODY><HTML>