Download vavr-match-0.9.2.jar file - Jar v

Jar examples for v:vavr-match

Description

Annotation and processor for structural pattern matching.

You can download jar file vavr-match 0.9.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add vavr-match-0.9.2.jar to your project.

<dependency>
   <groupId>io.vavr</groupId>
   <artifactId>vavr-match</artifactId>
   <version>0.9.2</version>
</dependency>
compile group: 'io.vavr', name: 'vavr-match', version: '0.9.2'
libraryDependencies += "io.vavr" % "vavr-match" % "0.9.2"
<dependency org="io.vavr" name="vavr-match" rev="0.9.2"/>
@Grapes(@Grab(group='io.vavr', module='vavr-match', version='0.9.2'))
'io.vavr:vavr-match:jar:0.9.2'

Download

Click the following link to download the jar file.

vavr-match-0.9.2-javadoc.jar
vavr-match-0.9.2-sources.jar
vavr-match-0.9.2.jar
vavr-match-0.9.2.pom



Related Tutorials