| License | 
                License
                                                        The MIT License (MIT)                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.github.springbootPlus | 
    
| ArtifactId | ArtifactIdspring-boot-starter-allinone | 
    
| Version | Version2.0.2.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionspring-boot-starter-allinone 
            SIMPLE STARTER WITH SSM , MONGO , REDIS 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.springbootPlus/spring-boot-starter-allinone/ -->
<dependency>
    <groupId>com.github.springbootPlus</groupId>
    <artifactId>spring-boot-starter-allinone</artifactId>
    <version>2.0.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.springbootPlus/spring-boot-starter-allinone/
implementation 'com.github.springbootPlus:spring-boot-starter-allinone:2.0.2.RELEASE'
                // https://jarcasting.com/artifacts/com.github.springbootPlus/spring-boot-starter-allinone/
implementation ("com.github.springbootPlus:spring-boot-starter-allinone:2.0.2.RELEASE")
                'com.github.springbootPlus:spring-boot-starter-allinone:jar:2.0.2.RELEASE'
                <dependency org="com.github.springbootPlus" name="spring-boot-starter-allinone" rev="2.0.2.RELEASE">
  <artifact name="spring-boot-starter-allinone" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.springbootPlus', module='spring-boot-starter-allinone', version='2.0.2.RELEASE')
)
                libraryDependencies += "com.github.springbootPlus" % "spring-boot-starter-allinone" % "2.0.2.RELEASE"
                [com.github.springbootPlus/spring-boot-starter-allinone "2.0.2.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.h2database : h2 | jar |