<dependency> <groupId>com.redislabs</groupId> <artifactId>riot-stream</artifactId> <version>2.11.4</version> </dependency>
implementation 'com.redislabs:riot-stream:2.11.4'
implementation("com.redislabs:riot-stream:2.11.4")
libraryDependencies += "com.redislabs" % "riot-stream" % "2.11.4"
@Grapes( @Grab(group='com.redislabs', module='riot-stream', version='2.11.4') )
<dependency org="com.redislabs" name="riot-stream" rev="2.11.4" />
[com.redislabs/riot-stream "2.11.4"]
'com.redislabs:riot-stream:jar:2.11.4'
compile
|-- com.redislabs:riot-core:2.11.4
runtime
|-- org.springframework.kafka:spring-kafka:2.6.7
|-- org.apache.avro:avro:1.10.2
|-- io.confluent:kafka-avro-serializer:6.1.1
|-- io.confluent:kafka-protobuf-serializer:6.1.1
|-- org.springframework.boot:spring-boot-autoconfigure:2.4.5