Patch Release 0.10.5
Pre-release
Pre-release
vavr-champ is binary compatible with vavr, but uses CHAMP-based collections internally.
This release is binary compatible with https://github.com/vavr-io/vavr/releases/tag/v0.10.5
The javadoc is here https://www.randelshofer.ch/vavr/javadoc/
To use it instead of the original vavr
library, you can specify vavr-champ
as your dependency.
Maven:
<dependency>
<groupId>ch.randelshofer</groupId>
<artifactId>vavr-champ</artifactId>
<version>0.10.5</version>
</dependency>
Gradle:
implementation group: 'ch.randelshofer', name: 'vavr-champ', version: '0.10.5'