a

avro4k-parent

Compilers for Avro IDL and JSON. Compiles to avro4k compatible kotlin files
https://github.com/thake/avro4k-compiler
Apache License, Version 2.0
Thorsten Hake
Files download
File Operation
avro4k-parent-0.5.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.thake.avro4k</groupId>
  <artifactId>avro4k-parent</artifactId>
  <version>0.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.thake.avro4k:avro4k-parent:0.5.0'
Gradle Kotlin
implementation("com.github.thake.avro4k:avro4k-parent:0.5.0")
Scala SBT
libraryDependencies += "com.github.thake.avro4k" % "avro4k-parent" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.thake.avro4k', module='avro4k-parent', version='0.5.0')
)
Apache Ivy
<dependency org="com.github.thake.avro4k" name="avro4k-parent" rev="0.5.0" />
Leiningen
[com.github.thake.avro4k/avro4k-parent "0.5.0"]
Apache Buildr
'com.github.thake.avro4k:avro4k-parent:jar:0.5.0'
Dependencies