c

converter

JSON to Avro conversion tool designed to make migration to Avro easier
https://github.com/allegro/json-avro-converter
The Apache Software License, Version 2.0
Team Skylab
Files download
File Operation
converter-0.2.0.jar download
converter-0.2.0.pom download
converter-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.allegro.schema.json2avro</groupId>
  <artifactId>converter</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'tech.allegro.schema.json2avro:converter:0.2.0'
Gradle Kotlin
implementation("tech.allegro.schema.json2avro:converter:0.2.0")
Scala SBT
libraryDependencies += "tech.allegro.schema.json2avro" % "converter" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='tech.allegro.schema.json2avro', module='converter', version='0.2.0')
)
Apache Ivy
<dependency org="tech.allegro.schema.json2avro" name="converter" rev="0.2.0" />
Leiningen
[tech.allegro.schema.json2avro/converter "0.2.0"]
Apache Buildr
'tech.allegro.schema.json2avro:converter:jar:0.2.0'