is not current version
Last Version 0.10.4

io.vavr:vavr-match 0.9.2

Annotation and processor for structural pattern matching.

Categories

Categories

Vavr General Purpose Libraries Functional Programming
GroupId

GroupId

io.vavr
ArtifactId

ArtifactId

vavr-match
Version

Version

0.9.2
Type

Type

jar

Download vavr-match 0.9.2


<!-- https://jarcasting.com/artifacts/io.vavr/vavr-match/ -->
<dependency>
    <groupId>io.vavr</groupId>
    <artifactId>vavr-match</artifactId>
    <version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.vavr/vavr-match/
implementation 'io.vavr:vavr-match:0.9.2'
// https://jarcasting.com/artifacts/io.vavr/vavr-match/
implementation ("io.vavr:vavr-match:0.9.2")
'io.vavr:vavr-match:jar:0.9.2'
<dependency org="io.vavr" name="vavr-match" rev="0.9.2">
  <artifact name="vavr-match" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vavr', module='vavr-match', version='0.9.2')
)
libraryDependencies += "io.vavr" % "vavr-match" % "0.9.2"
[io.vavr/vavr-match "0.9.2"]