-
Notifications
You must be signed in to change notification settings - Fork 0
/
urilib.html
36 lines (35 loc) · 1.13 KB
/
urilib.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="vlc.css"/>
<title>VLC Open Source Libraries - URILib</title>
</head>
<body>
<main id="page_content">
<h1>URILib</h1>
<div class="table_wrapper">
<div>
<div class="table_row_title">GitHub</div>
<div class="table_row_content"><a href="https://github.com/Virtual-Light-Company/vlc-common">URILib</a></div>
</div>
<div>
<div class="table_row_title">License</div>
<div class="table_row_content"><a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL v2.1</a></div>
</div>
<div>
<div class="table_row_title">Build System</div>
<div class="table_row_content">Maven 3.x</div>
</div>
<div>
<div class="table_row_title">Downloads</div>
<div class="table_row_content">TBD</div>
</div>
</div>
<div class="prod_description">
A plugin replacement for the stock JDK URI/URL classes that does full URI resolution. All forms are supported
- URL/URN/URC and several different resolver types are included as standard. Based on the work of the IETF
working groups around URNs, this complete library is used in several different projects.
</div>
</main>
</body>
</html>