Download arrow-test-0.6.0.jar file - Jar a

Jar examples for a:arrow-test

Description

Functional Datatypes and abstractions for Kotlin inspired by Cats.

You can download jar file arrow-test 0.6.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add arrow-test-0.6.0.jar to your project.

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

Download

Click the following link to download the jar file.

arrow-test-0.6.0-javadoc.jar
arrow-test-0.6.0-sources.jar
arrow-test-0.6.0.jar
arrow-test-0.6.0.pom



Related Tutorials