| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdcn.qqhxj.common | 
    
| ArtifactId | ArtifactIdspring-boot-starter-rxtx | 
    
| Version | Version1.3-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/cn.qqhxj.common/spring-boot-starter-rxtx/ -->
<dependency>
    <groupId>cn.qqhxj.common</groupId>
    <artifactId>spring-boot-starter-rxtx</artifactId>
    <version>1.3-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.qqhxj.common/spring-boot-starter-rxtx/
implementation 'cn.qqhxj.common:spring-boot-starter-rxtx:1.3-RELEASE'
                // https://jarcasting.com/artifacts/cn.qqhxj.common/spring-boot-starter-rxtx/
implementation ("cn.qqhxj.common:spring-boot-starter-rxtx:1.3-RELEASE")
                'cn.qqhxj.common:spring-boot-starter-rxtx:jar:1.3-RELEASE'
                <dependency org="cn.qqhxj.common" name="spring-boot-starter-rxtx" rev="1.3-RELEASE">
  <artifact name="spring-boot-starter-rxtx" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.qqhxj.common', module='spring-boot-starter-rxtx', version='1.3-RELEASE')
)
                libraryDependencies += "cn.qqhxj.common" % "spring-boot-starter-rxtx" % "1.3-RELEASE"
                [cn.qqhxj.common/spring-boot-starter-rxtx "1.3-RELEASE"]