g

grow-mq-active

Grow 常用MQ Client的Active封装
Files download
File Operation
grow-mq-active-0.2.1.jar download
grow-mq-active-0.2.1.pom download
grow-mq-active-0.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.liguanqiao</groupId>
  <artifactId>grow-mq-active</artifactId>
  <version>0.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.liguanqiao:grow-mq-active:0.2.1'
Gradle Kotlin
implementation("com.liguanqiao:grow-mq-active:0.2.1")
Scala SBT
libraryDependencies += "com.liguanqiao" % "grow-mq-active" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.liguanqiao', module='grow-mq-active', version='0.2.1')
)
Apache Ivy
<dependency org="com.liguanqiao" name="grow-mq-active" rev="0.2.1" />
Leiningen
[com.liguanqiao/grow-mq-active "0.2.1"]
Apache Buildr
'com.liguanqiao:grow-mq-active:jar:0.2.1'