is not current version
Last Version 0.5.0

com.rabbitmq:stream-client 0.2.0

The RabbitMQ Stream Java client library allows Java applications to interface with RabbitMQ Stream.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.rabbitmq
ArtifactId

ArtifactId

stream-client
Version

Version

0.2.0
Type

Type

jar

Download stream-client 0.2.0


<!-- https://jarcasting.com/artifacts/com.rabbitmq/stream-client/ -->
<dependency>
    <groupId>com.rabbitmq</groupId>
    <artifactId>stream-client</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rabbitmq/stream-client/
implementation 'com.rabbitmq:stream-client:0.2.0'
// https://jarcasting.com/artifacts/com.rabbitmq/stream-client/
implementation ("com.rabbitmq:stream-client:0.2.0")
'com.rabbitmq:stream-client:jar:0.2.0'
<dependency org="com.rabbitmq" name="stream-client" rev="0.2.0">
  <artifact name="stream-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rabbitmq', module='stream-client', version='0.2.0')
)
libraryDependencies += "com.rabbitmq" % "stream-client" % "0.2.0"
[com.rabbitmq/stream-client "0.2.0"]