is not current version
Last Version 1.1.3-alpha.23

io.arrow-kt:arrow-annotations 0.5.5

Functional Datatypes and abstractions for Kotlin inspired by Cats.

GroupId

GroupId

io.arrow-kt
ArtifactId

ArtifactId

arrow-annotations
Version

Version

0.5.5
Type

Type

jar

Download arrow-annotations 0.5.5


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