is not current version
Last Version 0.10.4

io.arrow-kt:arrow-test 0.9.0

Functional companion to Kotlin's Standard Library

GroupId

GroupId

io.arrow-kt
ArtifactId

ArtifactId

arrow-test
Version

Version

0.9.0
Type

Type

jar

Download arrow-test 0.9.0


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