is not current version
Last Version 0.1.4

com.github.houbb:mq-consumer 0.1.2


GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

mq-consumer
Version

Version

0.1.2
Type

Type

jar

Download mq-consumer 0.1.2


<!-- https://jarcasting.com/artifacts/com.github.houbb/mq-consumer/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>mq-consumer</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/mq-consumer/
implementation 'com.github.houbb:mq-consumer:0.1.2'
// https://jarcasting.com/artifacts/com.github.houbb/mq-consumer/
implementation ("com.github.houbb:mq-consumer:0.1.2")
'com.github.houbb:mq-consumer:jar:0.1.2'
<dependency org="com.github.houbb" name="mq-consumer" rev="0.1.2">
  <artifact name="mq-consumer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='mq-consumer', version='0.1.2')
)
libraryDependencies += "com.github.houbb" % "mq-consumer" % "0.1.2"
[com.github.houbb/mq-consumer "0.1.2"]