License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.alibaba.rocketmq |
ArtifactId | ArtifactIdrocketmq-client |
Last Version | Last Version3.6.2.Final |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrocketmq-client 3.6.2.Final
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
rocketmq-client-3.6.2.Final.pom | |
rocketmq-client-3.6.2.Final.jar | 223 KB |
rocketmq-client-3.6.2.Final-sources.jar | 156 KB |
rocketmq-client-3.6.2.Final-javadoc.jar | 669 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.rocketmq/rocketmq-client/ -->
<dependency>
<groupId>com.alibaba.rocketmq</groupId>
<artifactId>rocketmq-client</artifactId>
<version>3.6.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.rocketmq/rocketmq-client/
implementation 'com.alibaba.rocketmq:rocketmq-client:3.6.2.Final'
// https://jarcasting.com/artifacts/com.alibaba.rocketmq/rocketmq-client/
implementation ("com.alibaba.rocketmq:rocketmq-client:3.6.2.Final")
'com.alibaba.rocketmq:rocketmq-client:jar:3.6.2.Final'
<dependency org="com.alibaba.rocketmq" name="rocketmq-client" rev="3.6.2.Final">
<artifact name="rocketmq-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.rocketmq', module='rocketmq-client', version='3.6.2.Final')
)
libraryDependencies += "com.alibaba.rocketmq" % "rocketmq-client" % "3.6.2.Final"
[com.alibaba.rocketmq/rocketmq-client "3.6.2.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |