1 #+TITLE: Svjatoslav Commons - Java library of commonly used functions
4 - [[http://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]]
6 - This program is free software; you can redistribute it and/or modify
7 it under the terms of version 3 of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public
8 License]] or later as published by the Free Software Foundation.
12 - Homepage: http://svjatoslav.eu
13 - Email: mailto://svjatoslav@svjatoslav.eu
15 - [[http://svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]]
19 - Commandline Interface helper
21 - Commandline arguments parser and validator.
23 - Bit input and output streams.
25 - Slightly enhanced data input and output streams.
27 - Byte array to HEX string converter.
29 - Utility that tries to quess user desktop directory.
35 - Graphical error dialog.
36 - Reusable graphical dialog to capture and show program exceptions
37 and associated program call stack traceback.
39 - Primitive and simple component to add navigation menus to the web
44 - Improved String, optimized for dealing with prefixes and suffixes.
46 - Wildcards matcher. (?, *)
49 Instructions to embed svjatoslav-commons in your project as a library:
51 Maven pom.xml file snippet:
57 <groupId>eu.svjatoslav</groupId>
58 <artifactId>svjatoslavcommons</artifactId>
59 <version>1.4</version>
68 <id>svjatoslav.eu</id>
69 <name>Svjatoslav repository</name>
70 <url>http://www2.svjatoslav.eu/maven/</url>