Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.github.andeb |
ArtifactId | ArtifactIdavro-json-decoder |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
avro-json-decoder-1.5.pom | |
avro-json-decoder-1.5.jar | 14 KB |
avro-json-decoder-1.5-sources.jar | 7 KB |
avro-json-decoder-1.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.andeb/avro-json-decoder/
implementation 'io.github.andeb:avro-json-decoder:1.5'
// https://jarcasting.com/artifacts/io.github.andeb/avro-json-decoder/
implementation ("io.github.andeb:avro-json-decoder:1.5")
'io.github.andeb:avro-json-decoder:jar:1.5'
<dependency org="io.github.andeb" name="avro-json-decoder" rev="1.5">
<artifact name="avro-json-decoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.andeb', module='avro-json-decoder', version='1.5')
)
libraryDependencies += "io.github.andeb" % "avro-json-decoder" % "1.5"
[io.github.andeb/avro-json-decoder "1.5"]