| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.jack90john | 
    
| ArtifactId | ArtifactIdspring-boot-with-utils-parent | 
    
| Last Version | Last Version1.0.1.RELEASE | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionspring-boot-parent 
            integrate spring-boot-starter-parent and some useful utils like
        lombok, commons-lang3, commons-collections4 etc. into one 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| spring-boot-with-utils-parent-1.0.1.RELEASE.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.jack90john/spring-boot-with-utils-parent/ -->
<dependency>
    <groupId>com.jack90john</groupId>
    <artifactId>spring-boot-with-utils-parent</artifactId>
    <version>1.0.1.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.jack90john/spring-boot-with-utils-parent/
implementation 'com.jack90john:spring-boot-with-utils-parent:1.0.1.RELEASE'
                // https://jarcasting.com/artifacts/com.jack90john/spring-boot-with-utils-parent/
implementation ("com.jack90john:spring-boot-with-utils-parent:1.0.1.RELEASE")
                'com.jack90john:spring-boot-with-utils-parent:pom:1.0.1.RELEASE'
                <dependency org="com.jack90john" name="spring-boot-with-utils-parent" rev="1.0.1.RELEASE">
  <artifact name="spring-boot-with-utils-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.jack90john', module='spring-boot-with-utils-parent', version='1.0.1.RELEASE')
)
                libraryDependencies += "com.jack90john" % "spring-boot-with-utils-parent" % "1.0.1.RELEASE"
                [com.jack90john/spring-boot-with-utils-parent "1.0.1.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.jack90john : common-utils | jar | 2.0.0.RELEASE |