is not current version
Last Version 1.7

io.github.andeb:avro-json-decoder 1.6

JSON decoder for AVRO that infers default values.

Categories

Categories

JSON Data
GroupId

GroupId

io.github.andeb
ArtifactId

ArtifactId

avro-json-decoder
Version

Version

1.6
Type

Type

jar

Download avro-json-decoder 1.6


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