Skip to content

Releases: SimonHarmonicMinor/Java-Useful-Utils

2.0.0 Release

Choose a tag to compare

@SimonHarmonicMinor SimonHarmonicMinor released this 05 Aug 18:28
ce5fdcb

1.3.4 Release

Choose a tag to compare

@SimonHarmonicMinor SimonHarmonicMinor released this 08 May 18:08
0b1f4e5

1.3 Release

Choose a tag to compare

@SimonHarmonicMinor SimonHarmonicMinor released this 10 Aug 16:12
260cadf

Now the library is available under com.kirekov group-id. So, it's simpler to add it to your project.

Maven:

<dependency>
    <groupId>com.kirekov</groupId>
    <artifactId>java-useful-utils</artifactId>
    <version>1.3</version>
</dependency>

Gradle:

implementation 'com.kirekov:java-useful-utils:1.3'

1.2 Release

Choose a tag to compare

@SimonHarmonicMinor SimonHarmonicMinor released this 19 May 15:03
bde7883

Lib has been enhanced with lazy Supplier and CheckedSupplier implementations. The classes calculate the value only for the first time. Later executions return the cached result.

1.1 Release

Choose a tag to compare

@SimonHarmonicMinor SimonHarmonicMinor released this 05 Mar 15:55
e08b34d

Added ImmutableTreeMap. Added ability to measure in seconds with Measure and Profiler.

The first complete release of Java Useful Utils!

Choose a tag to compare

@SimonHarmonicMinor SimonHarmonicMinor released this 10 Feb 15:36
50663d7

The main features are "Immutable Collections" and "Monads". Read "README.md" for more information

Alpha version

Choose a tag to compare

@SimonHarmonicMinor SimonHarmonicMinor released this 26 Dec 15:15

Implemented basic tools for time measurment