GroupId | GroupIdcom.github.thake.avro4k |
---|---|
ArtifactId | ArtifactIdavro4k-kafka-serializer |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.thake.avro4k/avro4k-kafka-serializer/ -->
<dependency>
<groupId>com.github.thake.avro4k</groupId>
<artifactId>avro4k-kafka-serializer</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thake.avro4k/avro4k-kafka-serializer/
implementation 'com.github.thake.avro4k:avro4k-kafka-serializer:0.4.0'
// https://jarcasting.com/artifacts/com.github.thake.avro4k/avro4k-kafka-serializer/
implementation ("com.github.thake.avro4k:avro4k-kafka-serializer:0.4.0")
'com.github.thake.avro4k:avro4k-kafka-serializer:jar:0.4.0'
<dependency org="com.github.thake.avro4k" name="avro4k-kafka-serializer" rev="0.4.0">
<artifact name="avro4k-kafka-serializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thake.avro4k', module='avro4k-kafka-serializer', version='0.4.0')
)
libraryDependencies += "com.github.thake.avro4k" % "avro4k-kafka-serializer" % "0.4.0"
[com.github.thake.avro4k/avro4k-kafka-serializer "0.4.0"]