Skip to content

Patch Release 0.10.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@wrandelshofer wrandelshofer released this 13 Oct 14:09
· 2 commits to master since this 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'