Skip to content

Java utility classes to support some of my projects with elemental tasks

Notifications You must be signed in to change notification settings

KSE2/UtilClasses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UtilClasses

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.

Release and Requirements

  • 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.

Maven Central

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>    

About

Java utility classes to support some of my projects with elemental tasks

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages