Navigation



StandardUtils

StandardUtils is a general purpose Java utility library I and several other committers been working on over the years. It's name comes from the fact that it doesn't have any dependencies apart from Java 1.8.

The library contains ~270 classes spread throughout the following packages:

  • annotations
  • arrays
  • bool
  • callback
  • collections
  • context
  • crypto
  • dao
  • datatypes
  • date
  • db
  • enums
  • exec
  • factory
  • hddtemp
  • i18n
  • image
  • io
  • json
  • logging
  • mime
  • net
  • numbers
  • operation
  • pool
  • populators
  • random
  • readwrite
  • references
  • reflection
  • rmi
  • rss
  • settings
  • streams
  • string
  • text
  • threads
  • time
  • timer
  • validation
  • xml
  • xsl
  • zip

Like most Java developers I started gathering more and more Java utility classes as I developed more and more projects. StandardUtils started as an effort to collect all the utility classes from the various projects I had developed.

It has since then become a cornerstone of many of my projects and it's development nowdays is closely tied to several of them particularly OpenHierarchy and it's various modules.

Releases

Version Release date Download Changelog
1.2.5 15/5 2015 StandardUtils-1.2.5.jar (375 KB) link
1.2.4 6/5 2015 StandardUtils-1.2.4.jar (382 KB) link
1.2.0 10/9 2014 StandardUtils-1.2.0.jar (356 KB) link
1.0.0 30/10 2012 StandardUtils-1.0.0.jar (347 KB) -

Source code

The source code is copyright Robert Olofsson and various other committers. It is available under the LGPLv3 license from the following subversion repository: svn://svn.unlogic.se/utils/standardutils