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