License |
License |
---|---|
Categories |
CategoriesGson Data JSON |
GroupId | GroupIdcom.github.fabiojose.kafka |
ArtifactId | ArtifactIdgson-serde |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongson-serde
Kafka Streams serde that wraps the Gson library and we can work with JSON on topics.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gson-serde-1.2.pom | |
gson-serde-1.2.jar | 5 KB |
gson-serde-1.2-sources.jar | 4 KB |
gson-serde-1.2-javadoc.jar | 33 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.kafka : kafka-clients | jar | 2.0.0 |
com.google.code.gson : gson | jar | 2.8.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |