| GroupId | GroupIdcom.github.life-lab | 
    
|---|---|
| ArtifactId | ArtifactIdcommon-rocketmq | 
    
| Version | Version0.0.2-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.github.life-lab/common-rocketmq/ -->
<dependency>
    <groupId>com.github.life-lab</groupId>
    <artifactId>common-rocketmq</artifactId>
    <version>0.0.2-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.life-lab/common-rocketmq/
implementation 'com.github.life-lab:common-rocketmq:0.0.2-RELEASE'
                // https://jarcasting.com/artifacts/com.github.life-lab/common-rocketmq/
implementation ("com.github.life-lab:common-rocketmq:0.0.2-RELEASE")
                'com.github.life-lab:common-rocketmq:jar:0.0.2-RELEASE'
                <dependency org="com.github.life-lab" name="common-rocketmq" rev="0.0.2-RELEASE">
  <artifact name="common-rocketmq" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.life-lab', module='common-rocketmq', version='0.0.2-RELEASE')
)
                libraryDependencies += "com.github.life-lab" % "common-rocketmq" % "0.0.2-RELEASE"
                [com.github.life-lab/common-rocketmq "0.0.2-RELEASE"]