avro4k

Avro format support for kotlinx.serialization

License

License

GroupId

GroupId

com.sksamuel.avro4k
ArtifactId

ArtifactId

avro4k-arrow
Last Version

Last Version

0.30.0
Release Date

Release Date

Type

Type

jar
Description

Description

avro4k
Avro format support for kotlinx.serialization
Project URL

Project URL

http://www.github.com/sksamuel/avro4k
Source Code Management

Source Code Management

http://www.github.com/sksamuel/avro4k

Download avro4k-arrow

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.70
org.jetbrains.kotlin : kotlin-reflect jar 1.3.70
org.jetbrains.kotlinx : kotlinx-serialization-runtime jar 0.20.0
com.sksamuel.avro4k : avro4k-core jar 0.30.0

runtime (1)

Group / Artifact Type Version
io.arrow-kt : arrow-core-data jar 0.10.4

Project Modules

There are no modules declared in this project.

Versions

Version
0.30.0
0.23.0
0.22.0
0.21.0
0.20.0
0.15.0