-
Notifications
You must be signed in to change notification settings - Fork 27
/
dependencies.txt
executable file
·102 lines (87 loc) · 2.69 KB
/
dependencies.txt
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
-----------------------------------
Execute Query Library Dependencies
-----------------------------------
Browser Launcher 2
-----------------------
Lib jar file: BrowserLauncher2-1_3.jar
Version: 1.3
URL: http://browserlaunch2.sourceforge.net/
Used in: launches local system default web browser referenced URLs etc.
Licence: LGPL
Batik SVG Toolkit
----------------------
Lib jar file: batik.jar batik-awt-util.jar batik-dom.jar batik-svggen.jar batik-util.jar batik-xml.jar batik-codec.jar batik-rasterizer-ext.jar xml-apis.jar batik-ext.jar
Version: 1.7 (works with >= v1.5)
URL: http://xmlgraphics.apache.org/batik/index.html
Used in: Generate SVG image type of ERD diagram.
Licence: Apache License v2.0
Commons HTTP Client
-----------------------
Lib jar file: commons-httpclient-3.1.jar
Version: 3.1
URL: http://hc.apache.org/httpclient-3.x/
Used in: External HTTP requests such as feedback and version check feature.
Licence: Apache License v2.0
Commons Codec
-----------------------
Lib jar file: commons-codec-1.4.jar
Version: 1.4
URL: http://commons.apache.org/codec/
Used in: Dependency of HTTP Client
Licence: Apache License v2.0
Commons Lang
-----------------------
Lib jar file: commons-lang-2.6.jar
Version: 2.6 (works with >= v2.0)
URL: http://commons.apache.org/lang/
Used in: Misc utils
Licence: Apache License v2.0
Commons Logging
-----------------------
Lib jar file: commons-logging-1.1.1.jar
Version: 1.1.1
URL: http://commons.apache.org/logging/
Used in: Application logging mechanism
Licence: Apache License v2.0
POI-HSSF
-----------------------
Lib jar file: poi-3.2-FINAL-20081019.jar hssf.jar
Version: 3.2-FINAL-20081019
URL: http://poi.apache.org/spreadsheet/index.html
Used in: Excel spreadsheet generator for data export
Licence: Apache License v2.0
JavaHelp
-----------------------
Lib jar file: jh.jar
Version: 2.0_05 (works with >= v2.0)
URL: http://java.sun.com/javase/technologies/desktop/javahelp/
Used in: Application help feature
Licence: GPL
Liquibase
-----------------------
Lib jar file: liquibase-3.4.1.jar
Version: 3.4.1
URL: http://www.liquibase.org/
Used in: Selected SQL statement generation
Licence: LGPL
Log4j
-----------------------
Lib jar file: log4j-1.2.16.jar
Version: 1.2.16 (works with >= v1.2.9)
URL: http://logging.apache.org/log4j/
Used in: Application logging.
Licence: Apache License v2.0
juniversalchardet
-----------------------
Lib jar file: juniversalchardet-1.0.3.jar
Version: 1.0.3
URL: https://code.google.com/p/juniversalchardet/
Used in: File encoding detection.
Licence: Mozilla Public License 1.1
JSch - Java Secure Channel
-----------------------
Lib jar file: jsch-0.1.53.jar
Version: 0.1.53
URL: http://jcraft.com/jsch/
Used in: SSH tunnel creation.
Licence: BSD