is not current version
Last Version 1.8.2

com.github.henryhuang:avrojson 1.8.1

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

Categories

Categories

JSON Data
GroupId

GroupId

com.github.henryhuang
ArtifactId

ArtifactId

avrojson
Version

Version

1.8.1
Type

Type

jar

Download avrojson 1.8.1


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