Last Version

Avro source code generator for kotlin 0.5.0

Compilers for Avro IDL and JSON. Compiles to avro4k compatible kotlin files

License

License

GroupId

GroupId

com.github.thake.avro4k
ArtifactId

ArtifactId

avro4k-parent
Version

Version

0.5.0
Type

Type

pom
Description

Description

Avro source code generator for kotlin
Compilers for Avro IDL and JSON. Compiles to avro4k compatible kotlin files
Project URL

Project URL

https://github.com/thake/avro4k-compiler
Source Code Management

Source Code Management

https://github.com/thake/avro4k-compiler

Download avro4k-parent 0.5.0

Filename Size
avro4k-parent-0.5.0.pom 12 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.thake.avro4k/avro4k-parent/ -->
<dependency>
    <groupId>com.github.thake.avro4k</groupId>
    <artifactId>avro4k-parent</artifactId>
    <version>0.5.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thake.avro4k/avro4k-parent/
implementation 'com.github.thake.avro4k:avro4k-parent:0.5.0'
// https://jarcasting.com/artifacts/com.github.thake.avro4k/avro4k-parent/
implementation ("com.github.thake.avro4k:avro4k-parent:0.5.0")
'com.github.thake.avro4k:avro4k-parent:pom:0.5.0'
<dependency org="com.github.thake.avro4k" name="avro4k-parent" rev="0.5.0">
  <artifact name="avro4k-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thake.avro4k', module='avro4k-parent', version='0.5.0')
)
libraryDependencies += "com.github.thake.avro4k" % "avro4k-parent" % "0.5.0"
[com.github.thake.avro4k/avro4k-parent "0.5.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30

test (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.30

Project Modules

  • compiler
  • maven-plugin