GroupId | GroupIdcom.github.zuihou |
---|---|
ArtifactId | ArtifactIdzuihou-mq-starter |
Version | Version2.5.0 |
Type | Typejar |
Filename | Size |
---|---|
zuihou-mq-starter-2.5.0.pom | |
zuihou-mq-starter-2.5.0.jar | 5 KB |
zuihou-mq-starter-2.5.0-sources.jar | 4 KB |
zuihou-mq-starter-2.5.0-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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zuihou/zuihou-mq-starter/
implementation 'com.github.zuihou:zuihou-mq-starter:2.5.0'
// https://jarcasting.com/artifacts/com.github.zuihou/zuihou-mq-starter/
implementation ("com.github.zuihou:zuihou-mq-starter:2.5.0")
'com.github.zuihou:zuihou-mq-starter:jar:2.5.0'
<dependency org="com.github.zuihou" name="zuihou-mq-starter" rev="2.5.0">
<artifact name="zuihou-mq-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zuihou', module='zuihou-mq-starter', version='2.5.0')
)
libraryDependencies += "com.github.zuihou" % "zuihou-mq-starter" % "2.5.0"
[com.github.zuihou/zuihou-mq-starter "2.5.0"]