s

stream-client

The RabbitMQ Stream Java client library allows Java applications to interface with RabbitMQ Stream.
https://www.rabbitmq.com
ASL 2.0 MPL 2.0
VMware, Inc. or its affiliates.
Team RabbitMQ
Files download
File Operation
stream-client-0.5.0.jar download
stream-client-0.5.0.pom download
stream-client-0.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rabbitmq</groupId>
  <artifactId>stream-client</artifactId>
  <version>0.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.rabbitmq:stream-client:0.5.0'
Gradle Kotlin
implementation("com.rabbitmq:stream-client:0.5.0")
Scala SBT
libraryDependencies += "com.rabbitmq" % "stream-client" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.rabbitmq', module='stream-client', version='0.5.0')
)
Apache Ivy
<dependency org="com.rabbitmq" name="stream-client" rev="0.5.0" />
Leiningen
[com.rabbitmq/stream-client "0.5.0"]
Apache Buildr
'com.rabbitmq:stream-client:jar:0.5.0'