is not current version
Last Version 0.8.2

io.arrow-kt:arrow-annotations-processor 0.6.0

Functional Datatypes and abstractions for Kotlin inspired by Cats.

GroupId

GroupId

io.arrow-kt
ArtifactId

ArtifactId

arrow-annotations-processor
Version

Version

0.6.0
Type

Type

jar

Download arrow-annotations-processor 0.6.0


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