gson-serde

Kafka Streams serde that wraps the Gson library and we can work with JSON on topics.

License

License

Categories

Categories

Gson Data JSON
GroupId

GroupId

com.github.fabiojose.kafka
ArtifactId

ArtifactId

gson-serde
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

gson-serde
Kafka Streams serde that wraps the Gson library and we can work with JSON on topics.
Project URL

Project URL

https://github.com/fabiojose/gson-serde
Project Organization

Project Organization

Fábio José de Moraes
Source Code Management

Source Code Management

https://github.com/fabiojose/gson-serde

Download gson-serde

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.fabiojose.kafka/gson-serde/ -->
<dependency>
    <groupId>com.github.fabiojose.kafka</groupId>
    <artifactId>gson-serde</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fabiojose.kafka/gson-serde/
implementation 'com.github.fabiojose.kafka:gson-serde:1.2'
// https://jarcasting.com/artifacts/com.github.fabiojose.kafka/gson-serde/
implementation ("com.github.fabiojose.kafka:gson-serde:1.2")
'com.github.fabiojose.kafka:gson-serde:jar:1.2'
<dependency org="com.github.fabiojose.kafka" name="gson-serde" rev="1.2">
  <artifact name="gson-serde" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fabiojose.kafka', module='gson-serde', version='1.2')
)
libraryDependencies += "com.github.fabiojose.kafka" % "gson-serde" % "1.2"
[com.github.fabiojose.kafka/gson-serde "1.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.kafka : kafka-clients jar 2.0.0
com.google.code.gson : gson jar 2.8.5

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.1