License |
License |
---|---|
Categories |
CategoriesSerialization Data Data Formats |
GroupId | GroupIdorg.noear.hatch |
ArtifactId | ArtifactIdsolon.serialization.avro |
Version | Version1.9.0 |
Type | Typejar |
Description |
DescriptionJava project for solon
|
<!-- https://jarcasting.com/artifacts/org.noear.hatch/solon.serialization.avro/ -->
<dependency>
<groupId>org.noear.hatch</groupId>
<artifactId>solon.serialization.avro</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.noear.hatch/solon.serialization.avro/
implementation 'org.noear.hatch:solon.serialization.avro:1.9.0'
// https://jarcasting.com/artifacts/org.noear.hatch/solon.serialization.avro/
implementation ("org.noear.hatch:solon.serialization.avro:1.9.0")
'org.noear.hatch:solon.serialization.avro:jar:1.9.0'
<dependency org="org.noear.hatch" name="solon.serialization.avro" rev="1.9.0">
<artifact name="solon.serialization.avro" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noear.hatch', module='solon.serialization.avro', version='1.9.0')
)
libraryDependencies += "org.noear.hatch" % "solon.serialization.avro" % "1.9.0"
[org.noear.hatch/solon.serialization.avro "1.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.noear : solon.serialization | jar | 1.9.0 |
org.apache.avro : avro | jar | 1.8.2 |