Releases: SimonHarmonicMinor/Java-Useful-Utils
Releases · SimonHarmonicMinor/Java-Useful-Utils
2.0.0 Release
1.3.4 Release
1.3 Release
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
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
Added ImmutableTreeMap
. Added ability to measure in seconds with Measure
and Profiler
.
The first complete release of Java Useful Utils!
The main features are "Immutable Collections" and "Monads". Read "README.md" for more information
Alpha version
Implemented basic tools for time measurment