json-to-avro-schema

Infer an Avro schema from a JSON document.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.mredjem
ArtifactId

ArtifactId

json-to-avro-schema
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

json-to-avro-schema
Infer an Avro schema from a JSON document.
Project URL

Project URL

https://github.com/mredjem/json-to-avro-schema
Source Code Management

Source Code Management

https://github.com/mredjem/json-to-avro-schema

Download json-to-avro-schema

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mredjem/json-to-avro-schema/ -->
<dependency>
    <groupId>com.github.mredjem</groupId>
    <artifactId>json-to-avro-schema</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mredjem/json-to-avro-schema/
implementation 'com.github.mredjem:json-to-avro-schema:0.0.3'
// https://jarcasting.com/artifacts/com.github.mredjem/json-to-avro-schema/
implementation ("com.github.mredjem:json-to-avro-schema:0.0.3")
'com.github.mredjem:json-to-avro-schema:jar:0.0.3'
<dependency org="com.github.mredjem" name="json-to-avro-schema" rev="0.0.3">
  <artifact name="json-to-avro-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mredjem', module='json-to-avro-schema', version='0.0.3')
)
libraryDependencies += "com.github.mredjem" % "json-to-avro-schema" % "0.0.3"
[com.github.mredjem/json-to-avro-schema "0.0.3"]

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.avro : avro jar 1.10.1
com.fasterxml.jackson.core : jackson-databind jar 2.12.0
com.fasterxml.jackson.core : jackson-core jar 2.12.0
com.fasterxml.jackson.core : jackson-annotations jar 2.12.0

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.1.0
commons-io : commons-io jar 2.6

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1