is not current version
Last Version 1.0.10

com.github.artur-tamazian:avro-schema-generator 1.0.3

Library for generating avro schema files (.avsc) based on DB tables structure

GroupId

GroupId

com.github.artur-tamazian
ArtifactId

ArtifactId

avro-schema-generator
Version

Version

1.0.3
Type

Type

jar

Download avro-schema-generator 1.0.3


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