is not current version
Last Version 2.2.0

com.github.daniel-shuy:kafka-protobuf-serde 1.0.0

Serializer/Deserializer for Kafka to serialize/deserialize Protocol Buffers messages

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

com.github.daniel-shuy
ArtifactId

ArtifactId

kafka-protobuf-serde
Version

Version

1.0.0
Type

Type

jar

Download kafka-protobuf-serde 1.0.0


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