Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdcom.github.daniel-shuy |
ArtifactId | ArtifactIdkafka-protobuf-serde |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.daniel-shuy/kafka-protobuf-serde/ -->
<dependency>
<groupId>com.github.daniel-shuy</groupId>
<artifactId>kafka-protobuf-serde</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.daniel-shuy/kafka-protobuf-serde/
implementation 'com.github.daniel-shuy:kafka-protobuf-serde:2.0.0'
// https://jarcasting.com/artifacts/com.github.daniel-shuy/kafka-protobuf-serde/
implementation ("com.github.daniel-shuy:kafka-protobuf-serde:2.0.0")
'com.github.daniel-shuy:kafka-protobuf-serde:jar:2.0.0'
<dependency org="com.github.daniel-shuy" name="kafka-protobuf-serde" rev="2.0.0">
<artifact name="kafka-protobuf-serde" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.daniel-shuy', module='kafka-protobuf-serde', version='2.0.0')
)
libraryDependencies += "com.github.daniel-shuy" % "kafka-protobuf-serde" % "2.0.0"
[com.github.daniel-shuy/kafka-protobuf-serde "2.0.0"]