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
文件下载
文件名 操作
stream-client-0.11.0.jar 下载
stream-client-0.11.0.pom 下载
stream-client-0.11.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.rabbitmq</groupId>
  <artifactId>stream-client</artifactId>
  <version>0.11.0</version>
</dependency>
Gradle Groovy
implementation 'com.rabbitmq:stream-client:0.11.0'
Gradle Kotlin
implementation("com.rabbitmq:stream-client:0.11.0")
Scala SBT
libraryDependencies += "com.rabbitmq" % "stream-client" % "0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.rabbitmq', module='stream-client', version='0.11.0')
)
Apache Ivy
<dependency org="com.rabbitmq" name="stream-client" rev="0.11.0" />
Leiningen
[com.rabbitmq/stream-client "0.11.0"]
Apache Buildr
'com.rabbitmq:stream-client:jar:0.11.0'