| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.loren-wang | 
    
| ArtifactId | ArtifactIdSpringBootCommonBaseFrameLibraryFromLorenWang | 
    
| Last Version | Last Version1.6.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSpringBootCommonBaseFrameLibraryFromLorenWang 
            SpringBoot通用基础框架包 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.github.loren-wang/SpringBootCommonBaseFrameLibraryFromLorenWang/ -->
<dependency>
    <groupId>com.github.loren-wang</groupId>
    <artifactId>SpringBootCommonBaseFrameLibraryFromLorenWang</artifactId>
    <version>1.6.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.loren-wang/SpringBootCommonBaseFrameLibraryFromLorenWang/
implementation 'com.github.loren-wang:SpringBootCommonBaseFrameLibraryFromLorenWang:1.6.1'
                // https://jarcasting.com/artifacts/com.github.loren-wang/SpringBootCommonBaseFrameLibraryFromLorenWang/
implementation ("com.github.loren-wang:SpringBootCommonBaseFrameLibraryFromLorenWang:1.6.1")
                'com.github.loren-wang:SpringBootCommonBaseFrameLibraryFromLorenWang:jar:1.6.1'
                <dependency org="com.github.loren-wang" name="SpringBootCommonBaseFrameLibraryFromLorenWang" rev="1.6.1">
  <artifact name="SpringBootCommonBaseFrameLibraryFromLorenWang" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.loren-wang', module='SpringBootCommonBaseFrameLibraryFromLorenWang', version='1.6.1')
)
                libraryDependencies += "com.github.loren-wang" % "SpringBootCommonBaseFrameLibraryFromLorenWang" % "1.6.1"
                [com.github.loren-wang/SpringBootCommonBaseFrameLibraryFromLorenWang "1.6.1"]