| Categories | 
                CategoriesCLI User Interface | 
        
|---|---|
| GroupId | GroupIdclub.zhcs | 
    
| ArtifactId | ArtifactIdaxe-chinare-rop-client | 
    
| Version | Version2.1.8.RELEASE.20190929 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/club.zhcs/axe-chinare-rop-client/ -->
<dependency>
    <groupId>club.zhcs</groupId>
    <artifactId>axe-chinare-rop-client</artifactId>
    <version>2.1.8.RELEASE.20190929</version>
</dependency>
                // https://jarcasting.com/artifacts/club.zhcs/axe-chinare-rop-client/
implementation 'club.zhcs:axe-chinare-rop-client:2.1.8.RELEASE.20190929'
                // https://jarcasting.com/artifacts/club.zhcs/axe-chinare-rop-client/
implementation ("club.zhcs:axe-chinare-rop-client:2.1.8.RELEASE.20190929")
                'club.zhcs:axe-chinare-rop-client:jar:2.1.8.RELEASE.20190929'
                <dependency org="club.zhcs" name="axe-chinare-rop-client" rev="2.1.8.RELEASE.20190929">
  <artifact name="axe-chinare-rop-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='club.zhcs', module='axe-chinare-rop-client', version='2.1.8.RELEASE.20190929')
)
                libraryDependencies += "club.zhcs" % "axe-chinare-rop-client" % "2.1.8.RELEASE.20190929"
                [club.zhcs/axe-chinare-rop-client "2.1.8.RELEASE.20190929"]