Java utility classes to support my developments
License: GNU LGPL 3.0
Author: Wolfgang Keller
Published Software Version: 0.13.0 of 21 Feb. 2025
UtilClasses is a collection of classes which aid programming with general purpose tasks and routines. This ranges from small methods (e.g. in class Util) over list, set and stack structures up to complex undertakings like random generation, GUI-messaging and management file histories.
- a release is structured in 2 parts, part-1 being the foundation and part-2 the (optional) more complex content
- Java library part-1: (kse-util-cla1-0-13-0.jar) foundation, size of 154 KiB.
- Java library part-2: (kse-util-cla2-0-13-0.jar) extension, size of 56 KiB.
- ZIP-file for developers (kse-utilcla-devel-0-13-0.zip) contains the project and Javadoc API
- Java Virtual Machine (JRE) of version 1.8 or higher.
- there are no external dependencies; however, part-2 depends on part-1.
pkg:maven/io.github.kse2/utilclas1@0.13.0
pkg:maven/io.github.kse2/utilclas2@0.13.0
<dependency>
<groupId>io.github.kse2</groupId>
<artifactId>utilclas1</artifactId>
<version>0.13.0</version>
</dependency>
<dependency>
<groupId>io.github.kse2</groupId>
<artifactId>utilclas2</artifactId>
<version>0.13.0</version>
</dependency>