GroupId | GroupIdio.github.weihubeats |
---|---|
ArtifactId | ArtifactIdwh-rocketmq |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
wh-rocketmq-1.0.0.pom | |
wh-rocketmq-1.0.0.jar | 4 KB |
wh-rocketmq-1.0.0-sources.jar | 2 KB |
wh-rocketmq-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.weihubeats/wh-rocketmq/
implementation 'io.github.weihubeats:wh-rocketmq:1.0.0'
// https://jarcasting.com/artifacts/io.github.weihubeats/wh-rocketmq/
implementation ("io.github.weihubeats:wh-rocketmq:1.0.0")
'io.github.weihubeats:wh-rocketmq:jar:1.0.0'
<dependency org="io.github.weihubeats" name="wh-rocketmq" rev="1.0.0">
<artifact name="wh-rocketmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.weihubeats', module='wh-rocketmq', version='1.0.0')
)
libraryDependencies += "io.github.weihubeats" % "wh-rocketmq" % "1.0.0"
[io.github.weihubeats/wh-rocketmq "1.0.0"]