Download vavr-0.9.0.jar file - Jar v

Jar examples for v:vavr

Description

Vavr (formerly called Javaslang) is an object-functional language extension to Java 8+.

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials