| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.janloong | 
    
| ArtifactId | ArtifactIdspring-boot-starter-common | 
    
| Last Version | Last Version0.0.1.RELEASE | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionspring-boot-starter-common 
            SpringBoot Public foundation integration 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.janloong/spring-boot-starter-common/ -->
<dependency>
    <groupId>com.janloong</groupId>
    <artifactId>spring-boot-starter-common</artifactId>
    <version>0.0.1.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.janloong/spring-boot-starter-common/
implementation 'com.janloong:spring-boot-starter-common:0.0.1.RELEASE'
                // https://jarcasting.com/artifacts/com.janloong/spring-boot-starter-common/
implementation ("com.janloong:spring-boot-starter-common:0.0.1.RELEASE")
                'com.janloong:spring-boot-starter-common:jar:0.0.1.RELEASE'
                <dependency org="com.janloong" name="spring-boot-starter-common" rev="0.0.1.RELEASE">
  <artifact name="spring-boot-starter-common" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.janloong', module='spring-boot-starter-common', version='0.0.1.RELEASE')
)
                libraryDependencies += "com.janloong" % "spring-boot-starter-common" % "0.0.1.RELEASE"
                [com.janloong/spring-boot-starter-common "0.0.1.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-web Optional | jar | 2.1.5.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.1.RELEASE | 
| org.springframework.boot : spring-boot-devtools Optional | jar | 2.1.5.RELEASE | 
| org.springframework.boot : spring-boot-starter-aop Optional | jar | 2.1.5.RELEASE | 
| com.alibaba : fastjson Optional | jar | 1.2.56 | 
| org.projectlombok : lombok | jar | 1.18.8 | 
| org.apache.httpcomponents : httpcore Optional | jar | 4.4.11 | 
| org.apache.httpcomponents : httpclient Optional | jar | 4.5.8 | 
| org.apache.httpcomponents : httpmime Optional | jar | 4.5.7 | 
| io.springfox : springfox-swagger2 | jar | 2.9.2 | 
| io.springfox : springfox-swagger-ui | jar | 2.9.2 |