Files download
File Operation
avro4k-core-1.10.0.jar download
avro4k-core-1.10.0.pom download
avro4k-core-1.10.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.avro-kotlin.avro4k</groupId>
  <artifactId>avro4k-core</artifactId>
  <version>1.10.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.avro-kotlin.avro4k:avro4k-core:1.10.0'
Gradle Kotlin
implementation("com.github.avro-kotlin.avro4k:avro4k-core:1.10.0")
Scala SBT
libraryDependencies += "com.github.avro-kotlin.avro4k" % "avro4k-core" % "1.10.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.avro-kotlin.avro4k', module='avro4k-core', version='1.10.0')
)
Apache Ivy
<dependency org="com.github.avro-kotlin.avro4k" name="avro4k-core" rev="1.10.0" />
Leiningen
[com.github.avro-kotlin.avro4k/avro4k-core "1.10.0"]
Apache Buildr
'com.github.avro-kotlin.avro4k:avro4k-core:jar:1.10.0'