| GroupId | GroupIdcom.github.houbb |
|---|---|
| ArtifactId | ArtifactIdmq-consumer |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mq-consumer-0.1.0.pom | |
| mq-consumer-0.1.0.jar | 31 KB |
| mq-consumer-0.1.0-sources.jar | 18 KB |
| mq-consumer-0.1.0-javadoc.jar | 156 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/mq-consumer/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>mq-consumer</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/mq-consumer/
implementation 'com.github.houbb:mq-consumer:0.1.0'
// https://jarcasting.com/artifacts/com.github.houbb/mq-consumer/
implementation ("com.github.houbb:mq-consumer:0.1.0")
'com.github.houbb:mq-consumer:jar:0.1.0'
<dependency org="com.github.houbb" name="mq-consumer" rev="0.1.0">
<artifact name="mq-consumer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='mq-consumer', version='0.1.0')
)
libraryDependencies += "com.github.houbb" % "mq-consumer" % "0.1.0"
[com.github.houbb/mq-consumer "0.1.0"]