| License | 
                License | 
        
|---|---|
| Categories | 
                Categoriesconfig Application Layer Libs Configuration | 
        
| GroupId | GroupIdcom.github.leeyazhou | 
    
| ArtifactId | ArtifactIdcrpc-config-default | 
    
| Version | Version1.0.2.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionRPC framework 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-config-default/ -->
<dependency>
    <groupId>com.github.leeyazhou</groupId>
    <artifactId>crpc-config-default</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-config-default/
implementation 'com.github.leeyazhou:crpc-config-default:1.0.2.RELEASE'
                // https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-config-default/
implementation ("com.github.leeyazhou:crpc-config-default:1.0.2.RELEASE")
                'com.github.leeyazhou:crpc-config-default:jar:1.0.2.RELEASE'
                <dependency org="com.github.leeyazhou" name="crpc-config-default" rev="1.0.2.RELEASE">
  <artifact name="crpc-config-default" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.leeyazhou', module='crpc-config-default', version='1.0.2.RELEASE')
)
                libraryDependencies += "com.github.leeyazhou" % "crpc-config-default" % "1.0.2.RELEASE"
                [com.github.leeyazhou/crpc-config-default "1.0.2.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.leeyazhou : crpc-config-api | jar | 1.0.2-SNAPSHOT | 
| com.github.leeyazhou : crpc-rpc | jar | 1.0.2-SNAPSHOT | 
| com.github.leeyazhou : crpc-transport-api | jar | 1.0.2-SNAPSHOT | 
| org.slf4j : slf4j-api | jar | 1.7.30 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 3.3.3 |