<dependency>
<groupId>com.github.frtu.governance</groupId>
<artifactId>library-kafka</artifactId>
<version>0.3.6</version>
</dependency>
@Grapes(
@Grab(group='com.github.frtu.governance', module='library-kafka', version='0.3.6')
)
<parent> <groupId>com.github.frtu.governance</groupId> <artifactId>libraries-pom</artifactId> <version>0.3.6</version> </parent>
compile
|-- com.github.frtu.governance:library-serdes
|-- org.springframework:spring-core
|-- org.apache.kafka:kafka-clients:2.0.0
|-- io.confluent:kafka-avro-serializer
test
|-- ch.qos.logback:logback-classic
|-- junit:junit