Java Common Utility Library

Collection of classes providing commonly used utility functions in Java

License

License

GroupId

GroupId

de.dimensionv
ArtifactId

ArtifactId

commonutilities
Last Version

Last Version

2.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

Java Common Utility Library
Collection of classes providing commonly used utility functions in Java
Project URL

Project URL

https://github.com/dimensionv/commonutilities
Source Code Management

Source Code Management

https://github.com/dimensionv/commonutilities

Download commonutilities

How to add to project

<!-- https://jarcasting.com/artifacts/de.dimensionv/commonutilities/ -->
<dependency>
    <groupId>de.dimensionv</groupId>
    <artifactId>commonutilities</artifactId>
    <version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.dimensionv/commonutilities/
implementation 'de.dimensionv:commonutilities:2.3.1'
// https://jarcasting.com/artifacts/de.dimensionv/commonutilities/
implementation ("de.dimensionv:commonutilities:2.3.1")
'de.dimensionv:commonutilities:jar:2.3.1'
<dependency org="de.dimensionv" name="commonutilities" rev="2.3.1">
  <artifact name="commonutilities" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dimensionv', module='commonutilities', version='2.3.1')
)
libraryDependencies += "de.dimensionv" % "commonutilities" % "2.3.1"
[de.dimensionv/commonutilities "2.3.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

CommonUtilities

Synopsis

CommonUtilities is a collection of utility classes and commonly useful/used exceptions that make everyday programming in Java a lot easier.

Availability

The CommonUtilities library is available via it's GitHub.com repository, and through the central maven repository at Maven Central.

Simply add it as a dependency to your favorite build system / dependency management system, and you will be able to use it.

Examples for Build-systems

Gradle

compile 'de.dimensionv:commonutilities:1.3.0'

Maven

<dependency>
    <groupId>de.dimensionv</groupId>
    <artifactId>commonutilities</artifactId>
    <version>1.3.0</version>
</dependency>

Documentation

The library is documented using JavaDoc. I took great care to explain everything properly, but feel free send patches with improvements where you think it's appropriate. In case I agree and find the time, I will update the library. Besides being available through the same channels as the library itself, you can also read it directly online via my javadoc-repository.

Known Issues

Currently there are no issues known beside the possibility that a small number unit-tests might fail on Java 1.6 and below. However, this does not effect the library itself, only the unit-tests. I might fix that when I feel like it.

If you find any bugs, feel free to

  • report them
  • fix them and send the patches

Versions

Version
2.3.1
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0