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
文件下载
文件名 操作
converter-0.2.11.jar 下载
converter-0.2.11.pom 下载
converter-0.2.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>tech.allegro.schema.json2avro</groupId>
  <artifactId>converter</artifactId>
  <version>0.2.11</version>
</dependency>
Gradle Groovy
implementation 'tech.allegro.schema.json2avro:converter:0.2.11'
Gradle Kotlin
implementation("tech.allegro.schema.json2avro:converter:0.2.11")
Scala SBT
libraryDependencies += "tech.allegro.schema.json2avro" % "converter" % "0.2.11"
Groovy Grape
@Grapes(
  @Grab(group='tech.allegro.schema.json2avro', module='converter', version='0.2.11')
)
Apache Ivy
<dependency org="tech.allegro.schema.json2avro" name="converter" rev="0.2.11" />
Leiningen
[tech.allegro.schema.json2avro/converter "0.2.11"]
Apache Buildr
'tech.allegro.schema.json2avro:converter:jar:0.2.11'
本项目依赖