v

vavr-match

Annotation for structural pattern matching.
http://vavr.io
The Apache Software License, Version 2.0
Files download
File Operation
vavr-match-0.10.2.jar download
vavr-match-0.10.2.pom download
vavr-match-0.10.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.vavr</groupId>
  <artifactId>vavr-match</artifactId>
  <version>0.10.2</version>
</dependency>
Gradle Groovy
implementation 'io.vavr:vavr-match:0.10.2'
Gradle Kotlin
implementation("io.vavr:vavr-match:0.10.2")
Scala SBT
libraryDependencies += "io.vavr" % "vavr-match" % "0.10.2"
Groovy Grape
@Grapes(
  @Grab(group='io.vavr', module='vavr-match', version='0.10.2')
)
Apache Ivy
<dependency org="io.vavr" name="vavr-match" rev="0.10.2" />
Leiningen
[io.vavr/vavr-match "0.10.2"]
Apache Buildr
'io.vavr:vavr-match:jar:0.10.2'