is not current version
Last Version 0.10.4

io.vavr:vavr-match-processor 0.9.3

Processor for structural pattern matching.

Categories

Categories

Vavr General Purpose Libraries Functional Programming
GroupId

GroupId

io.vavr
ArtifactId

ArtifactId

vavr-match-processor
Version

Version

0.9.3
Type

Type

jar

Download vavr-match-processor 0.9.3


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