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

Jar examples for v:vavr-test

Description

A property check framework for Vavr.

You can download jar file vavr-test 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-test-0.9.2.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials