avrojson

Avrojson is an avro util for convering avro java object to avro-specificed json.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.henryhuang
ArtifactId

ArtifactId

avrojson
Last Version

Last Version

1.8.2
Release Date

Release Date

Type

Type

jar
Description

Description

avrojson
Avrojson is an avro util for convering avro java object to avro-specificed json.
Project URL

Project URL

https://github.com/henryhuang/avrojson

Download avrojson

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.avro : avro jar 1.8.1
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.8.2
1.8.1