Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.github.andeb |
ArtifactId | ArtifactIdavro-json-decoder |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
avro-json-decoder-1.6.pom | |
avro-json-decoder-1.6.jar | 14 KB |
avro-json-decoder-1.6-sources.jar | 7 KB |
avro-json-decoder-1.6-javadoc.jar | 393 KB |
Browse |
<!-- 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"]