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