is not current version
Last Version 1.0.10

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

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.2
Type

Type

jar

Download avro-schema-generator 1.0.2


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