| Categories | 
                Categoriesconfig Application Layer Libs Configuration | 
        
|---|---|
| GroupId | GroupIdcom.github.leeyazhou | 
    
| ArtifactId | ArtifactIdcrpc-config-default | 
    
| Version | Version1.0.1.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-config-default/ -->
<dependency>
    <groupId>com.github.leeyazhou</groupId>
    <artifactId>crpc-config-default</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-config-default/
implementation 'com.github.leeyazhou:crpc-config-default:1.0.1.RELEASE'
                // https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-config-default/
implementation ("com.github.leeyazhou:crpc-config-default:1.0.1.RELEASE")
                'com.github.leeyazhou:crpc-config-default:jar:1.0.1.RELEASE'
                <dependency org="com.github.leeyazhou" name="crpc-config-default" rev="1.0.1.RELEASE">
  <artifact name="crpc-config-default" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.leeyazhou', module='crpc-config-default', version='1.0.1.RELEASE')
)
                libraryDependencies += "com.github.leeyazhou" % "crpc-config-default" % "1.0.1.RELEASE"
                [com.github.leeyazhou/crpc-config-default "1.0.1.RELEASE"]