is not current version
Last Version 0.10.4

io.arrow-kt:arrow-test 0.6.1

Functional companion to Kotlin's Standard Library

GroupId

GroupId

io.arrow-kt
ArtifactId

ArtifactId

arrow-test
Version

Version

0.6.1
Type

Type

jar

Download arrow-test 0.6.1


<!-- https://jarcasting.com/artifacts/io.arrow-kt/arrow-test/ -->
<dependency>
    <groupId>io.arrow-kt</groupId>
    <artifactId>arrow-test</artifactId>
    <version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-test/
implementation 'io.arrow-kt:arrow-test:0.6.1'
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-test/
implementation ("io.arrow-kt:arrow-test:0.6.1")
'io.arrow-kt:arrow-test:jar:0.6.1'
<dependency org="io.arrow-kt" name="arrow-test" rev="0.6.1">
  <artifact name="arrow-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.arrow-kt', module='arrow-test', version='0.6.1')
)
libraryDependencies += "io.arrow-kt" % "arrow-test" % "0.6.1"
[io.arrow-kt/arrow-test "0.6.1"]