GroupId | GroupIdio.github.weihubeats |
---|---|
ArtifactId | ArtifactIdwh-rocketmq |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
wh-rocketmq-1.0.2.pom | |
wh-rocketmq-1.0.2.jar | 5 KB |
wh-rocketmq-1.0.2-sources.jar | 2 KB |
wh-rocketmq-1.0.2-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.weihubeats/wh-rocketmq/ -->
<dependency>
<groupId>io.github.weihubeats</groupId>
<artifactId>wh-rocketmq</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.weihubeats/wh-rocketmq/
implementation 'io.github.weihubeats:wh-rocketmq:1.0.2'
// https://jarcasting.com/artifacts/io.github.weihubeats/wh-rocketmq/
implementation ("io.github.weihubeats:wh-rocketmq:1.0.2")
'io.github.weihubeats:wh-rocketmq:jar:1.0.2'
<dependency org="io.github.weihubeats" name="wh-rocketmq" rev="1.0.2">
<artifact name="wh-rocketmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.weihubeats', module='wh-rocketmq', version='1.0.2')
)
libraryDependencies += "io.github.weihubeats" % "wh-rocketmq" % "1.0.2"
[io.github.weihubeats/wh-rocketmq "1.0.2"]