doc/3rd-party-components.txt

Code
Comments
Other
Rev Date Author Line
1284 08 Sep 05 nicklas 1 ==================================================================
1284 08 Sep 05 nicklas 2 $Id$
1284 08 Sep 05 nicklas 3
3675 16 Aug 07 jari 4   Copyright (C) 2005 Johan Enell, Nicklas Nordborg
4889 06 Apr 09 nicklas 5   Copyright (C) 2006 Jari Häkkinen, Nicklas Nordborg, Gregory Vincic
4889 06 Apr 09 nicklas 6   Copyright (C) 2007 Johan Enell, Jari Häkkinen, Nicklas Nordborg
1284 08 Sep 05 nicklas 7
2304 22 May 06 jari 8   This file is part of BASE - BioArray Software Environment.
2304 22 May 06 jari 9   Available at http://base.thep.lu.se/
1284 08 Sep 05 nicklas 10
1284 08 Sep 05 nicklas 11 BASE is free software; you can redistribute it and/or
1284 08 Sep 05 nicklas 12 modify it under the terms of the GNU General Public License
4477 05 Sep 08 jari 13 as published by the Free Software Foundation; either version 3
1284 08 Sep 05 nicklas 14 of the License, or (at your option) any later version.
1284 08 Sep 05 nicklas 15
1284 08 Sep 05 nicklas 16 BASE is distributed in the hope that it will be useful,
1284 08 Sep 05 nicklas 17 but WITHOUT ANY WARRANTY; without even the implied warranty of
1284 08 Sep 05 nicklas 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1284 08 Sep 05 nicklas 19 GNU General Public License for more details.
1284 08 Sep 05 nicklas 20
1284 08 Sep 05 nicklas 21 You should have received a copy of the GNU General Public License
4509 11 Sep 08 jari 22 along with BASE. If not, see <http://www.gnu.org/licenses/>.
1284 08 Sep 05 nicklas 23 ==================================================================
1284 08 Sep 05 nicklas 24
1284 08 Sep 05 nicklas 25 =================================
1284 08 Sep 05 nicklas 26 3rd-party components used by BASE
1284 08 Sep 05 nicklas 27 =================================
1284 08 Sep 05 nicklas 28
1284 08 Sep 05 nicklas 29 Here is list of 3rd-party components used by BASE. All the jar files
3111 06 Feb 07 jari 30 needed are included in the <base>/lib directory or in
3111 06 Feb 07 jari 31 <base>/www/plugins sub-directories for plug-ins based on others
3111 06 Feb 07 jari 32 work. The URLs given here can be used if you need more information or
3111 06 Feb 07 jari 33 need to update some component.
1284 08 Sep 05 nicklas 34
1284 08 Sep 05 nicklas 35
6864 15 Apr 15 nicklas 36 Hibernate 
6864 15 Apr 15 nicklas 37 ---------
1284 08 Sep 05 nicklas 38 An object/relational persistence and query service for Java. Shields
1284 08 Sep 05 nicklas 39 us from most SQL and gives us database independece.
1284 08 Sep 05 nicklas 40
1284 08 Sep 05 nicklas 41 More info : http://www.hibernate.org/
7994 09 Aug 21 nicklas 42 Version   : 5.5.6
1284 08 Sep 05 nicklas 43 License   : LGPL (hibernate.license.txt)
8144 21 Apr 23 nicklas 44 Jar files : hibernate-core-5.6.15.Final.jar, hibernate-commons-annotations-5.1.2.Final.jar,
7522 06 Nov 18 nicklas 45             javax.persistence-api-2.2.jar,
8144 21 Apr 23 nicklas 46             antlr-2.7.7.jar, jandex-2.4.2.Final.jar,
8144 21 Apr 23 nicklas 47             byte-buddy-1.12.23.jar, classmate-1.5.1.jar
8144 21 Apr 23 nicklas 48             jboss-logging-3.4.3.Final.jar, jboss-transaction-api_1.2_spec-1.1.1.Final.jar, 
8144 21 Apr 23 nicklas 49             c3p0-0.9.5.5.jar, hibernate-c3p0-5.6.15.Final.jar, mchange-commons-java-0.2.19.jar,
8144 21 Apr 23 nicklas 50             ehcache-2.10.6.jar, hibernate-ehcache-5.6.15.Final.jar, 
7726 14 Jun 19 nicklas 51             slf4j-api.1.7.25.jar, slf4j-log4j12-1.7.25.jar,
7726 14 Jun 19 nicklas 52             FastInfoset-1.2.15.jar, istack-commons-runtime-3.0.7.jar, stax-ex-1.8.jar,
7726 14 Jun 19 nicklas 53             txw2-2.3.1.jar
1284 08 Sep 05 nicklas 54
1284 08 Sep 05 nicklas 55 Note: Most of the jar files above are other 3rd-party components used by Hibernate.
4495 09 Sep 08 nicklas 56 BASE doesn't use these components directly.
1284 08 Sep 05 nicklas 57
1589 11 Nov 05 nicklas 58 Log4j
1589 11 Nov 05 nicklas 59 -----
3910 06 Nov 07 nicklas 60 A logging system that makes it easy to turn on or off debugging just by
6468 10 Jun 14 nicklas 61 editing a configuration file. 
1284 08 Sep 05 nicklas 62
5029 28 Jul 09 nicklas 63 More info : http://logging.apache.org/log4j/1.2/index.html
6230 01 Feb 13 nicklas 64 Version   : 1.2.17
1589 11 Nov 05 nicklas 65 License   : Apache License 2.0 (apache.license-2.0.txt)
6230 01 Feb 13 nicklas 66 Jar files : log4j-1.2.17.jar
1589 11 Nov 05 nicklas 67
7381 22 May 17 nicklas 68
1284 08 Sep 05 nicklas 69 JDOM
1284 08 Sep 05 nicklas 70 ----
1284 08 Sep 05 nicklas 71 A library for parsing and generating XML files.
1284 08 Sep 05 nicklas 72
1284 08 Sep 05 nicklas 73 More info : http://www.jdom.org/
6900 12 May 15 nicklas 74 Version   : 2.0.6
1284 08 Sep 05 nicklas 75 License   : Apache-style open source license (jdom.license.txt)
6900 12 May 15 nicklas 76 Jar files : jdom-2.0.6.jar, jaxen-1.1.6.jar
1284 08 Sep 05 nicklas 77
1284 08 Sep 05 nicklas 78
5868 11 Nov 11 nicklas 79 Xerces
5868 11 Nov 11 nicklas 80 ------
5868 11 Nov 11 nicklas 81 A toolkit for handling XML documents. From the Apache Software
5868 11 Nov 11 nicklas 82 Foundation. These libraries are also needed by JDOM.
5868 11 Nov 11 nicklas 83
5868 11 Nov 11 nicklas 84 More info : http://xml.apache.org/xerces2-j/index.html
5868 11 Nov 11 nicklas 85 Version   : 2.11.0
5868 11 Nov 11 nicklas 86 License   : Apache Software License (xerces.license.txt)
5868 11 Nov 11 nicklas 87 Jar files : xerces-2.11.0.jar, xml-apis.jar
5868 11 Nov 11 nicklas 88
5868 11 Nov 11 nicklas 89
1284 08 Sep 05 nicklas 90 Java Servlet API
1284 08 Sep 05 nicklas 91 ----------------
6128 14 Sep 12 nicklas 92 Required for creating servlets and tag libraries. This
1284 08 Sep 05 nicklas 93 library is only required for compiling and are not included in the
1284 08 Sep 05 nicklas 94 distribution. The web server/servlet container should already have 
7712 21 May 19 nicklas 95 these API installed. We use files from the Tomcat 9 distribution.
1284 08 Sep 05 nicklas 96
6128 14 Sep 12 nicklas 97 More info : http://tomcat.apache.org/whichversion.html
7712 21 May 19 nicklas 98 Version   : 4.0
1284 08 Sep 05 nicklas 99 License   : N/A
1284 08 Sep 05 nicklas 100 Jar files : jsp-api.jar, servlet-api.jar
1284 08 Sep 05 nicklas 101
1284 08 Sep 05 nicklas 102
1284 08 Sep 05 nicklas 103 MySQL Connector/J
1284 08 Sep 05 nicklas 104 -----------------
1284 08 Sep 05 nicklas 105 A JDBC driver for the MySQL database from MySQL. This library is only
1478 19 Oct 05 nicklas 106 needed if you are using MySQL as your database.
1284 08 Sep 05 nicklas 107
7822 08 Jun 20 nicklas 108 More info : https://dev.mysql.com/downloads/connector/j/
7874 22 Oct 20 nicklas 109 Version   : 8.0.22
7518 05 Nov 18 nicklas 110 License   : GPLv2 (mysql-connector-LICENSE.txt)
7874 22 Oct 20 nicklas 111 Jar files : mysql-connector-java-8.0.22.jar
1284 08 Sep 05 nicklas 112
1284 08 Sep 05 nicklas 113
1478 19 Oct 05 nicklas 114 PostgreSQL JDBC driver
1478 19 Oct 05 nicklas 115 ----------------------
1478 19 Oct 05 nicklas 116 A JDBC driver for the PostgreSQL database. This library is only
1478 19 Oct 05 nicklas 117 needed if you are using PostgreSQL as your database.
1478 19 Oct 05 nicklas 118
1478 19 Oct 05 nicklas 119 More info : http://jdbc.postgresql.org/
8107 23 Jan 23 nicklas 120 Version   : 42.5.1
1478 19 Oct 05 nicklas 121 License   : BSD License (postgres.license.txt)
8107 23 Jan 23 nicklas 122 Jar files : postgresql-42.5.1.jar
1478 19 Oct 05 nicklas 123
1478 19 Oct 05 nicklas 124
1284 08 Sep 05 nicklas 125 X-Doclet
1284 08 Sep 05 nicklas 126 --------
1284 08 Sep 05 nicklas 127 Used at compile-time only to generate the XML files needed by
1284 08 Sep 05 nicklas 128 Hibernate for the database mapping. These libraries are not included in
1284 08 Sep 05 nicklas 129 the distribution.
1284 08 Sep 05 nicklas 130
1284 08 Sep 05 nicklas 131 More info : http://xdoclet.sourceforge.net/xdoclet/index.html
1284 08 Sep 05 nicklas 132 Version   : 1.2
1284 08 Sep 05 nicklas 133 License   : XDoclet License (xdoclet.license.txt)
1284 08 Sep 05 nicklas 134 Jar files : xdoclet-1.2.2.jar, xdoclet-hibernate-module-1.2.2.jar, 
1284 08 Sep 05 nicklas 135             xdoclet-xdoclet-module-1.2.2.jar, xjavadoc-1.1-j5-v3.jar, 
1284 08 Sep 05 nicklas 136             commons-collections-2.1.1.jar, commons-logging-1.0.4.jar
1284 08 Sep 05 nicklas 137
1575 07 Nov 05 nicklas 138
1575 07 Nov 05 nicklas 139 Java Math Expression Parser
1575 07 Nov 05 nicklas 140 ---------------------------
1575 07 Nov 05 nicklas 141 Parses and evaluates mathematical expressions in string. Supports
1575 07 Nov 05 nicklas 142 most operators and funcations as well as variables. 
1575 07 Nov 05 nicklas 143
1575 07 Nov 05 nicklas 144 More info : http://www.singularsys.com/jep/
2474 31 Jul 06 nicklas 145 Version   : 2.4.0
4481 07 Sep 08 jari 146 License   : GPLv2 (gpl-2.license.txt)
2474 31 Jul 06 nicklas 147 Jar files : jep-2.4.0.jar
1575 07 Nov 05 nicklas 148
1928 07 Feb 06 gregory 149
1928 07 Feb 06 gregory 150 JFreeChart
1928 07 Feb 06 gregory 151 ----------
1928 07 Feb 06 gregory 152 Plotting package for bar charts, line charts, pie charts and xy plots.
1928 07 Feb 06 gregory 153
5033 29 Jul 09 nicklas 154 More info : http://www.jfree.org/jfreechart/
6903 12 May 15 nicklas 155 Version   : 1.0.19
1928 07 Feb 06 gregory 156 License   : LGPL (lgpl.txt)
6903 12 May 15 nicklas 157 Jar files : jfreechart-1.0.19.jar jcommon-1.0.23.jar
1928 07 Feb 06 gregory 158
2171 20 Apr 06 nicklas 159
5359 11 Jun 10 nicklas 160 Apache HttpComponents
5359 11 Jun 10 nicklas 161 ---------------------
5359 11 Jun 10 nicklas 162 Package for doing work with HTTP (eg. downloading files).
5359 11 Jun 10 nicklas 163
5359 11 Jun 10 nicklas 164 More info : http://hc.apache.org/
7969 07 Jun 21 nicklas 165 Version   : 4.5.13 and 4.4.14
5359 11 Jun 10 nicklas 166 License   : Apache License 2.0 (apache.license-2.0.txt)
7969 07 Jun 21 nicklas 167 Jar files : httpclient-4.5.13.jar, httpcore-4.4.14.jar, commons-codec-1.11.jar,
6904 12 May 15 nicklas 168             commons-logging-1.2.jar
5359 11 Jun 10 nicklas 169
5442 07 Oct 10 nicklas 170 Apache Commons Email
5442 07 Oct 10 nicklas 171 ---------------------
7526 07 Nov 18 nicklas 172 Package for sending email. Depends on JavaMail.
5359 11 Jun 10 nicklas 173
5442 07 Oct 10 nicklas 174 More info : http://commons.apache.org/email/
7526 07 Nov 18 nicklas 175 Version   : 1.5
5442 07 Oct 10 nicklas 176 License   : Apache License 2.0 (apache.license-2.0.txt)
7526 07 Nov 18 nicklas 177 Jar files : commons-email-1.5.jar
5442 07 Oct 10 nicklas 178
5442 07 Oct 10 nicklas 179
5442 07 Oct 10 nicklas 180 JavaMail 
5442 07 Oct 10 nicklas 181 ---------
5442 07 Oct 10 nicklas 182 Low-level package for sending email. Used by Apache commons email.
5442 07 Oct 10 nicklas 183
7526 07 Nov 18 nicklas 184 More info : https://javaee.github.io/javamail/
7526 07 Nov 18 nicklas 185 Version   : 1.6.2
6478 12 Jun 14 nicklas 186 License   : Common Development and Distribution License (CDDL) v1.1 and GNU General Public License (GPL) v2 with Classpath Exception (javax-mail-LICENSE.txt)
7727 14 Jun 19 nicklas 187 Jar files : javax-mail-1.6.2.jar, jakarta.activation-1.2.1.jar
5442 07 Oct 10 nicklas 188
7527 07 Nov 18 nicklas 189 Apache Commons Collections 4
7527 07 Nov 18 nicklas 190 ----------------------------
7527 07 Nov 18 nicklas 191 Package for working with collections.
5442 07 Oct 10 nicklas 192
7527 07 Nov 18 nicklas 193 More info : https://commons.apache.org/proper/commons-collections/
7970 07 Jun 21 nicklas 194 Version   : 4.4
7527 07 Nov 18 nicklas 195 License   : Apache License 2.0 (apache.license-2.0.txt)
7970 07 Jun 21 nicklas 196 Jar files : commons-collections4-4.4.jar
7527 07 Nov 18 nicklas 197
5827 26 Oct 11 nicklas 198 jBCrypt
5827 26 Oct 11 nicklas 199 -------
5827 26 Oct 11 nicklas 200 Package for safe encryption of passwords using the 'bcrypt' algorithm.
5827 26 Oct 11 nicklas 201
5827 26 Oct 11 nicklas 202 More info : http://www.mindrot.org/projects/jBCrypt/
6906 12 May 15 nicklas 203 Version   : 0.4
5827 26 Oct 11 nicklas 204 License   : ISC/BSD licence (jbcrypt-license.txt)
5827 26 Oct 11 nicklas 205 Jar files : None. Distributed as source only. All code is in net/sf/basedb/util/bcrypt/BCrypt.java
5827 26 Oct 11 nicklas 206
7470 09 Apr 18 nicklas 207
7470 09 Apr 18 nicklas 208 BouncyCastle
7470 09 Apr 18 nicklas 209 ------------
7470 09 Apr 18 nicklas 210 Cryptographic provider package
7470 09 Apr 18 nicklas 211
7470 09 Apr 18 nicklas 212 More info : https://www.bouncycastle.org/java.html
8115 13 Feb 23 nicklas 213 Version   : 172
7470 09 Apr 18 nicklas 214 License   : bcp-license.txt
8115 13 Feb 23 nicklas 215 Jar files : bcpkix-jdk18on-172.jar, bcprov-jdk18on-172.jar, bctls-jdk18on-172.jar, eddsa-0.3.0-jar
7470 09 Apr 18 nicklas 216
7470 09 Apr 18 nicklas 217
5554 27 Jan 11 nicklas 218 JSON.simple 
5554 27 Jan 11 nicklas 219 -----------
5554 27 Jan 11 nicklas 220 JSON.simple is a simple Java toolkit for JSON. You can use JSON.simple to encode or decode JSON text.
7703 11 Apr 19 nicklas 221 We use a modified version that uses Java generics instead of raw object types.
5554 27 Jan 11 nicklas 222
7703 11 Apr 19 nicklas 223 More info: http://code.google.com/p/json-simple/
7703 11 Apr 19 nicklas 224          : (original version)
7703 11 Apr 19 nicklas 225          : ​http://dev.thep.lu.se/basehacks/wiki/JSON.simple
7703 11 Apr 19 nicklas 226          : (modified version)
7703 11 Apr 19 nicklas 227 Version   : 1.1.1-1
5554 27 Jan 11 nicklas 228 License   : Apache License 2.0 (apache.license-2.0.txt)
7703 11 Apr 19 nicklas 229 Jar files : json-simple-1.1.1-1.jar
5554 27 Jan 11 nicklas 230
5554 27 Jan 11 nicklas 231
2171 20 Apr 06 nicklas 232 Silk icon set
2171 20 Apr 06 nicklas 233 -------------
2171 20 Apr 06 nicklas 234 A very nice icon set containing 1000 icons. The entire icon set
2171 20 Apr 06 nicklas 235 is available in the "misc" directory. We have converted the icons 
2171 20 Apr 06 nicklas 236 to GIF format (since we didn't want to scan through all web pages
2171 20 Apr 06 nicklas 237 and replace .gif with .png). We have also created some new icons which
2171 20 Apr 06 nicklas 238 are merely combinations of other icons, ie. taking an arrow on one icon
2171 20 Apr 06 nicklas 239 an putting it on another.
2171 20 Apr 06 nicklas 240
2171 20 Apr 06 nicklas 241 More info : http://www.famfamfam.com/lab/icons/silk/
2171 20 Apr 06 nicklas 242 Version   : 1.3
2171 20 Apr 06 nicklas 243 License   : Creative Commons Attribution 2.5 License 
2171 20 Apr 06 nicklas 244             (http://creativecommons.org/licenses/by/2.5/)
2171 20 Apr 06 nicklas 245
2171 20 Apr 06 nicklas 246
7823 08 Jun 20 nicklas 247 SvnKit
2967 28 Nov 06 nicklas 248 ------
7823 08 Jun 20 nicklas 249 Java implementation for accessing subversion from the ant buildfile.
2171 20 Apr 06 nicklas 250
7823 08 Jun 20 nicklas 251 More info : https://svnkit.com/
7973 07 Jun 21 nicklas 252 Version   : 1.10.3
7823 08 Jun 20 nicklas 253 License   : TMate License (lib/svnkit/LICENSE.txt)
7823 08 Jun 20 nicklas 254 Jar files : Everything in lib/svnkit/
2171 20 Apr 06 nicklas 255
3153 05 Mar 07 nicklas 256
3153 05 Mar 07 nicklas 257 Docbook
3153 05 Mar 07 nicklas 258 -------
3153 05 Mar 07 nicklas 259 A set of DTD:s and stylesheets for creating documentation. We use 
3153 05 Mar 07 nicklas 260 the DocBook styler suite (see below) but has upgraded it to Docbook 4.5.
3153 05 Mar 07 nicklas 261
3153 05 Mar 07 nicklas 262 More info: http://www.docbook.org/ 
3153 05 Mar 07 nicklas 263 Version  : 4.5
3153 05 Mar 07 nicklas 264 License  : docbook.license.txt
4641 17 Nov 08 martin 265 Files    : Everything in lib/docbook/docbook and dist/commons-logging-1.1.jar
3153 05 Mar 07 nicklas 266
3153 05 Mar 07 nicklas 267
3153 05 Mar 07 nicklas 268 Docbook styler guide
3153 05 Mar 07 nicklas 269 --------------------
3153 05 Mar 07 nicklas 270 An extension to docbook created by Dawid Weiss which simplifies 
3153 05 Mar 07 nicklas 271 file inclusion and building from ant.
3153 05 Mar 07 nicklas 272
3153 05 Mar 07 nicklas 273 More info: http://www.cs.put.poznan.pl/dweiss/xml/projects/ant-docbook-styler/index.xml?lang=en
3153 05 Mar 07 nicklas 274 Version  : 2004_06_22-21_12
3153 05 Mar 07 nicklas 275 License  : docbook.styler.guide.txt
3153 05 Mar 07 nicklas 276 Files    : Everything in lib/docbook except the 'docbook' subdirectory
3153 05 Mar 07 nicklas 277
3838 16 Oct 07 nicklas 278 Example code syntax highlighter
3838 16 Oct 07 nicklas 279 -------------------------------
3838 16 Oct 07 nicklas 280 A javascript library that can be used to dynamically highlight
3838 16 Oct 07 nicklas 281 the syntax in program examples. We have made minor changes to
3838 16 Oct 07 nicklas 282 make it support the HTML produced by Docbook (ie. find the language
3838 16 Oct 07 nicklas 283 from the 'language' attribute instead of the 'class' attribute).
3153 05 Mar 07 nicklas 284
5676 29 Jun 11 nicklas 285 More info: http://alexgorbatchev.com/SyntaxHighlighter/
3838 16 Oct 07 nicklas 286 Version  : 1.5.1
3838 16 Oct 07 nicklas 287 License  : LGPL (lgpl.txt)
3838 16 Oct 07 nicklas 288 Files    : Everything in the /doc/src/docbook/script and 
3838 16 Oct 07 nicklas 289            /doc/src/docbook/css directories
3838 16 Oct 07 nicklas 290
3476 12 Jun 07 nicklas 291 Affymetrix Fusion SDK
3476 12 Jun 07 nicklas 292 ---------------------
3737 17 Sep 07 nicklas 293 Package for reading various Affymetrix file formats. We use a modified
3737 17 Sep 07 nicklas 294 version that for some file formats can read from an InputStream instead
3737 17 Sep 07 nicklas 295 of from a File object. This avoids a lot of copying and decompressing.
3153 05 Mar 07 nicklas 296
3476 12 Jun 07 nicklas 297 More info: http://www.affymetrix.com/support/developer/fusion/index.affx
3737 17 Sep 07 nicklas 298          : (original version)
4151 20 Feb 08 martin 299          : http://dev.thep.lu.se/basehacks/wiki/AffxFusion
3737 17 Sep 07 nicklas 300          : (modified version)
3476 12 Jun 07 nicklas 301 Version  : 1.09
3476 12 Jun 07 nicklas 302 License  : LGPL (lgpl.txt)
3476 12 Jun 07 nicklas 303 Files    : AffxFusion.jar
3153 05 Mar 07 nicklas 304
8094 04 Nov 22 nicklas 305 ZIP file support
8094 04 Nov 22 nicklas 306 ----------------
8094 04 Nov 22 nicklas 307 A library for reading and writing ZIP files.
8094 04 Nov 22 nicklas 308
8094 04 Nov 22 nicklas 309 More info: https://github.com/srikanth-lingala/zip4j
8094 04 Nov 22 nicklas 310 Version  : 2.11.2
8094 04 Nov 22 nicklas 311 License  : zip4j-license.txt
8094 04 Nov 22 nicklas 312 Files    : zip4j-2.11.2.jar
8094 04 Nov 22 nicklas 313
8094 04 Nov 22 nicklas 314
3510 19 Jun 07 nicklas 315 TAR file support
3510 19 Jun 07 nicklas 316 ----------------
3510 19 Jun 07 nicklas 317 Package for reading and writing TAR files.
3510 19 Jun 07 nicklas 318
3510 19 Jun 07 nicklas 319 More info: http://www.trustice.com/java/tar/
3510 19 Jun 07 nicklas 320 Version  : 2.5
3510 19 Jun 07 nicklas 321 License  : tar.license.txt
3510 19 Jun 07 nicklas 322 Files    : tar.jar
3510 19 Jun 07 nicklas 323
3510 19 Jun 07 nicklas 324 BZIP file support
3510 19 Jun 07 nicklas 325 -----------------
3510 19 Jun 07 nicklas 326 Package for reading and writing BZIP files.
3510 19 Jun 07 nicklas 327
3510 19 Jun 07 nicklas 328 More info: http://www.kohsuke.org/bzip2/
3510 19 Jun 07 nicklas 329 Version  : unknown
3510 19 Jun 07 nicklas 330 License  : Apache software license (apache.license.txt)
3510 19 Jun 07 nicklas 331 Files    : bzip2.jar
3510 19 Jun 07 nicklas 332
7152 20 May 16 nicklas 333 Parallel GZIP compression
7152 20 May 16 nicklas 334 -------------------------
7152 20 May 16 nicklas 335 Package for multi-threaded compression to GZIP format.
3510 19 Jun 07 nicklas 336
7152 20 May 16 nicklas 337 More info: https://github.com/shevek/parallelgzip
7400 17 Aug 17 nicklas 338 Version  : 1.0.5
7152 20 May 16 nicklas 339 License  : Apache software license (parallelgzip-LICENSE.txt)
7400 17 Aug 17 nicklas 340 Files    : parallelgzip-1.0.5.jar
7152 20 May 16 nicklas 341
4419 27 Aug 08 nicklas 342 SecondString
4419 27 Aug 08 nicklas 343 ------------
4419 27 Aug 08 nicklas 344 A package with some fuzzy string matching algorithms developed
4419 27 Aug 08 nicklas 345 by researchers at Carnegie Mellon University.
4419 27 Aug 08 nicklas 346
4419 27 Aug 08 nicklas 347 More info : http://secondstring.sourceforge.net/
4419 27 Aug 08 nicklas 348 Version   : CVS trunk checkout (2008-08-25)
4419 27 Aug 08 nicklas 349 License   : University of Illinois/NCSA Open Source (secondstring-LICENSE.txt)
4419 27 Aug 08 nicklas 350 Files     : secondstring.jar
4419 27 Aug 08 nicklas 351
5350 25 May 10 nicklas 352
5350 25 May 10 nicklas 353 jsDraw2D
5350 25 May 10 nicklas 354 --------
5350 25 May 10 nicklas 355 A vector graphics package for JavaScript.
5350 25 May 10 nicklas 356
5350 25 May 10 nicklas 357 More info : http://jsdraw2d.jsfiction.com/
5350 25 May 10 nicklas 358 Version   : 1.1.0
5350 25 May 10 nicklas 359 License   : LGPL v3
5350 25 May 10 nicklas 360 Files     : www/include/scripts/js-draw.js
5350 25 May 10 nicklas 361
5352 26 May 10 nicklas 362 JavaSysMon
5352 26 May 10 nicklas 363 ----------
5352 26 May 10 nicklas 364 A library for accessing CPU and memory information on some selected
5352 26 May 10 nicklas 365 operating systems (including Linux, Windows and Mac OSX). It uses
5352 26 May 10 nicklas 366 native libraries targeted for each platform
5352 26 May 10 nicklas 367
5352 26 May 10 nicklas 368 More info : http://github.com/jezhumble/javasysmon
6907 12 May 15 nicklas 369 Version   : 0.3.5
5352 26 May 10 nicklas 370 License   : javasysmon-LICENSE.txt
6907 12 May 15 nicklas 371 Files     : javasysmon-0.3.5.jar
7411 10 Oct 17 nicklas 372
7411 10 Oct 17 nicklas 373 Yauaa: Yet Another UserAgent Analyzer
7411 10 Oct 17 nicklas 374 -------------------------------------
7411 10 Oct 17 nicklas 375 A library for extracting information from the User-Agent header sent
7411 10 Oct 17 nicklas 376 by browsers.
7411 10 Oct 17 nicklas 377
7411 10 Oct 17 nicklas 378 More info : https://github.com/nielsbasjes/yauaa
7972 07 Jun 21 nicklas 379 Version   : 5.23
7411 10 Oct 17 nicklas 380 License   : Apache License, Version 2.0 (yauaa-LICENSE.txt)
7972 07 Jun 21 nicklas 381 Files     : yauaa-5.23.jar, prefixmap-1.1.jar, commons-lang3-3.10.jar, kryo-4.0.2.jar
7411 10 Oct 17 nicklas 382
7644 12 Mar 19 nicklas 383 Apache POI
7644 12 Mar 19 nicklas 384 ----------
7644 12 Mar 19 nicklas 385 A library for reading and writing Excel (and other Microsoft Office)
7644 12 Mar 19 nicklas 386 files.
7644 12 Mar 19 nicklas 387
7644 12 Mar 19 nicklas 388 More info : https://poi.apache.org/
7975 07 Jun 21 nicklas 389 Version   : 5.0.0
7644 12 Mar 19 nicklas 390 License   : Apache License, Version 2.0 (poi-license.txt)
7975 07 Jun 21 nicklas 391 Files     : poi-5.0.0.jar, poi-ooxml-5.0.0.jar, poi-ooxml-lite-5.0.0.jar
7975 07 Jun 21 nicklas 392             commons-compress-1.20.jar, commons-math3-3.6.1.jar, xmlbeans-4.0.0.jar
7644 12 Mar 19 nicklas 393
8094 04 Nov 22 nicklas 394