Download vavr-match-0.9.0.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.0 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.0.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials