License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdtech.allegro.schema.json2avro |
ArtifactId | ArtifactIdconverter |
Last Version | Last Version0.2.14 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionconverter
JSON to Avro conversion tool designed to make migration to Avro easier
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
converter-0.2.14.pom | |
converter-0.2.14.jar | 14 KB |
converter-0.2.14-sources.jar | 7 KB |
converter-0.2.14-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/tech.allegro.schema.json2avro/converter/ -->
<dependency>
<groupId>tech.allegro.schema.json2avro</groupId>
<artifactId>converter</artifactId>
<version>0.2.14</version>
</dependency>
// https://jarcasting.com/artifacts/tech.allegro.schema.json2avro/converter/
implementation 'tech.allegro.schema.json2avro:converter:0.2.14'
// https://jarcasting.com/artifacts/tech.allegro.schema.json2avro/converter/
implementation ("tech.allegro.schema.json2avro:converter:0.2.14")
'tech.allegro.schema.json2avro:converter:jar:0.2.14'
<dependency org="tech.allegro.schema.json2avro" name="converter" rev="0.2.14">
<artifact name="converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.allegro.schema.json2avro', module='converter', version='0.2.14')
)
libraryDependencies += "tech.allegro.schema.json2avro" % "converter" % "0.2.14"
[tech.allegro.schema.json2avro/converter "0.2.14"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.avro : avro | jar | 1.9.2 |