| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.gitee.starblues | 
    
| ArtifactId | ArtifactIdspringboot-plugin-framework-extension-log | 
    
| Version | Version2.4.3-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Description插件扩展-日志模块扩展 
         | 
    
<!-- https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework-extension-log/ -->
<dependency>
    <groupId>com.gitee.starblues</groupId>
    <artifactId>springboot-plugin-framework-extension-log</artifactId>
    <version>2.4.3-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework-extension-log/
implementation 'com.gitee.starblues:springboot-plugin-framework-extension-log:2.4.3-RELEASE'
                // https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework-extension-log/
implementation ("com.gitee.starblues:springboot-plugin-framework-extension-log:2.4.3-RELEASE")
                'com.gitee.starblues:springboot-plugin-framework-extension-log:jar:2.4.3-RELEASE'
                <dependency org="com.gitee.starblues" name="springboot-plugin-framework-extension-log" rev="2.4.3-RELEASE">
  <artifact name="springboot-plugin-framework-extension-log" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.gitee.starblues', module='springboot-plugin-framework-extension-log', version='2.4.3-RELEASE')
)
                libraryDependencies += "com.gitee.starblues" % "springboot-plugin-framework-extension-log" % "2.4.3-RELEASE"
                [com.gitee.starblues/springboot-plugin-framework-extension-log "2.4.3-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 | 
| org.apache.logging.log4j : log4j-core | jar | 2.14.1 | 
| org.springframework : spring-context | jar | 5.0.7.RELEASE | 
| com.gitee.starblues : springboot-plugin-framework | jar | 2.4.3-RELEASE |