Download arrow-effects-0.7.1.jar file - Jar a

Jar examples for a:arrow-effects

Description

Functional Datatypes and abstractions for Kotlin inspired by Cats.

You can download jar file arrow-effects 0.7.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add arrow-effects-0.7.1.jar to your project.

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

Download

Click the following link to download the jar file.

arrow-effects-0.7.1-javadoc.jar
arrow-effects-0.7.1-sources.jar
arrow-effects-0.7.1.jar
arrow-effects-0.7.1.pom



Related Tutorials