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