| License |
License |
|---|---|
| GroupId | GroupIdcom.alibaba.rocketmq |
| ArtifactId | ArtifactIdrocketmq-store |
| Last Version | Last Version3.2.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionrocketmq-store 3.2.6
https://github.com/alibaba/RocketMQ/blob/develop/README.md
|
| Filename | Size |
|---|---|
| rocketmq-store-3.2.6.pom | |
| rocketmq-store-3.2.6.jar | 152 KB |
| rocketmq-store-3.2.6-sources.jar | 99 KB |
| rocketmq-store-3.2.6-javadoc.jar | 295 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.rocketmq/rocketmq-store/ -->
<dependency>
<groupId>com.alibaba.rocketmq</groupId>
<artifactId>rocketmq-store</artifactId>
<version>3.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.rocketmq/rocketmq-store/
implementation 'com.alibaba.rocketmq:rocketmq-store:3.2.6'
// https://jarcasting.com/artifacts/com.alibaba.rocketmq/rocketmq-store/
implementation ("com.alibaba.rocketmq:rocketmq-store:3.2.6")
'com.alibaba.rocketmq:rocketmq-store:jar:3.2.6'
<dependency org="com.alibaba.rocketmq" name="rocketmq-store" rev="3.2.6">
<artifact name="rocketmq-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.rocketmq', module='rocketmq-store', version='3.2.6')
)
libraryDependencies += "com.alibaba.rocketmq" % "rocketmq-store" % "3.2.6"
[com.alibaba.rocketmq/rocketmq-store "3.2.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.alibaba.rocketmq : rocketmq-common | jar | 3.2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |