Skip to content

Releases: SimonHarmonicMinor/Java-Useful-Utils

2.0.0 Release

05 Aug 18:28
ce5fdcb
Compare
Choose a tag to compare

1.3.4 Release

08 May 18:08
0b1f4e5
Compare
Choose a tag to compare

1.3 Release

10 Aug 16:12
260cadf
Compare
Choose a tag to compare

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

19 May 15:03
bde7883
Compare
Choose a tag to compare

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

05 Mar 15:55
e08b34d
Compare
Choose a tag to compare

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

The first complete release of Java Useful Utils!

10 Feb 15:36
50663d7
Compare
Choose a tag to compare

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

Alpha version

26 Dec 15:15
Compare
Choose a tag to compare

Implemented basic tools for time measurment