| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.primexpy |
| ArtifactId | ArtifactIdrocket-mq-plugin |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionthis is a rocket mq plugin for simple spring project
|
| Filename | Size |
|---|---|
| rocket-mq-plugin-1.0.1.pom | |
| rocket-mq-plugin-1.0.1.jar | 22 KB |
| rocket-mq-plugin-1.0.1-sources.jar | 12 KB |
| rocket-mq-plugin-1.0.1-javadoc.jar | 108 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.primexpy/rocket-mq-plugin/ -->
<dependency>
<groupId>com.gitee.primexpy</groupId>
<artifactId>rocket-mq-plugin</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.primexpy/rocket-mq-plugin/
implementation 'com.gitee.primexpy:rocket-mq-plugin:1.0.1'
// https://jarcasting.com/artifacts/com.gitee.primexpy/rocket-mq-plugin/
implementation ("com.gitee.primexpy:rocket-mq-plugin:1.0.1")
'com.gitee.primexpy:rocket-mq-plugin:jar:1.0.1'
<dependency org="com.gitee.primexpy" name="rocket-mq-plugin" rev="1.0.1">
<artifact name="rocket-mq-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.primexpy', module='rocket-mq-plugin', version='1.0.1')
)
libraryDependencies += "com.gitee.primexpy" % "rocket-mq-plugin" % "1.0.1"
[com.gitee.primexpy/rocket-mq-plugin "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 4.2.6.RELEASE |
| org.apache.rocketmq : rocketmq-client | jar | 4.5.2 |
| org.projectlombok : lombok | jar | 1.16.22 |
| log4j : log4j | jar | 1.2.17 |
| org.slf4j : slf4j-api | jar | 1.7.25 |