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