GroupId | GroupIdcom.github.zuihou |
---|---|
ArtifactId | ArtifactIdzuihou-mq-starter |
Version | Version2.3 |
Type | Typejar |
Filename | Size |
---|---|
zuihou-mq-starter-2.3.pom | |
zuihou-mq-starter-2.3.jar | 5 KB |
zuihou-mq-starter-2.3-sources.jar | 4 KB |
zuihou-mq-starter-2.3-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zuihou/zuihou-mq-starter/ -->
<dependency>
<groupId>com.github.zuihou</groupId>
<artifactId>zuihou-mq-starter</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zuihou/zuihou-mq-starter/
implementation 'com.github.zuihou:zuihou-mq-starter:2.3'
// https://jarcasting.com/artifacts/com.github.zuihou/zuihou-mq-starter/
implementation ("com.github.zuihou:zuihou-mq-starter:2.3")
'com.github.zuihou:zuihou-mq-starter:jar:2.3'
<dependency org="com.github.zuihou" name="zuihou-mq-starter" rev="2.3">
<artifact name="zuihou-mq-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zuihou', module='zuihou-mq-starter', version='2.3')
)
libraryDependencies += "com.github.zuihou" % "zuihou-mq-starter" % "2.3"
[com.github.zuihou/zuihou-mq-starter "2.3"]