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