| GroupId | GroupIdcn.qqhxj.common | 
    
|---|---|
| ArtifactId | ArtifactIdrxtx | 
    
| Version | Version1.3-RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| rxtx-1.3-RELEASE.pom | |
| rxtx-1.3-RELEASE.jar | 13 KB | 
| rxtx-1.3-RELEASE-sources.jar | 8 KB | 
| rxtx-1.3-RELEASE-javadoc.jar | 98 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.qqhxj.common/rxtx/ -->
<dependency>
    <groupId>cn.qqhxj.common</groupId>
    <artifactId>rxtx</artifactId>
    <version>1.3-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.qqhxj.common/rxtx/
implementation 'cn.qqhxj.common:rxtx:1.3-RELEASE'
                // https://jarcasting.com/artifacts/cn.qqhxj.common/rxtx/
implementation ("cn.qqhxj.common:rxtx:1.3-RELEASE")
                'cn.qqhxj.common:rxtx:jar:1.3-RELEASE'
                <dependency org="cn.qqhxj.common" name="rxtx" rev="1.3-RELEASE">
  <artifact name="rxtx" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.qqhxj.common', module='rxtx', version='1.3-RELEASE')
)
                libraryDependencies += "cn.qqhxj.common" % "rxtx" % "1.3-RELEASE"
                [cn.qqhxj.common/rxtx "1.3-RELEASE"]