| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.apache.rocketmq | 
| ArtifactId | ArtifactIdrocketmq-streams-clients | 
| Last Version | Last Version1.0.1-preview | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionROCKETMQ STREAMS :: clients The Apache Software Foundation provides support for the Apache community of open-source software projects.
    The Apache projects are characterized by a collaborative, consensus based development process, an open and
    pragmatic software license, and a desire to create high quality software that leads the way in its field.
    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
    and users. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.apache.rocketmq/rocketmq-streams-clients/ -->
<dependency>
    <groupId>org.apache.rocketmq</groupId>
    <artifactId>rocketmq-streams-clients</artifactId>
    <version>1.0.1-preview</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.rocketmq/rocketmq-streams-clients/
implementation 'org.apache.rocketmq:rocketmq-streams-clients:1.0.1-preview'// https://jarcasting.com/artifacts/org.apache.rocketmq/rocketmq-streams-clients/
implementation ("org.apache.rocketmq:rocketmq-streams-clients:1.0.1-preview")'org.apache.rocketmq:rocketmq-streams-clients:jar:1.0.1-preview'<dependency org="org.apache.rocketmq" name="rocketmq-streams-clients" rev="1.0.1-preview">
  <artifact name="rocketmq-streams-clients" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.rocketmq', module='rocketmq-streams-clients', version='1.0.1-preview')
)libraryDependencies += "org.apache.rocketmq" % "rocketmq-streams-clients" % "1.0.1-preview"[org.apache.rocketmq/rocketmq-streams-clients "1.0.1-preview"]