| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdcom.github.springbootPlus | 
    
| ArtifactId | ArtifactIdspring-boot-starter-allinone | 
    
| Version | Version2.0.1.RELEASE | 
        
| Type | Typejar | 
    
<!-- 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.1.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.springbootPlus/spring-boot-starter-allinone/
implementation 'com.github.springbootPlus:spring-boot-starter-allinone:2.0.1.RELEASE'
                // https://jarcasting.com/artifacts/com.github.springbootPlus/spring-boot-starter-allinone/
implementation ("com.github.springbootPlus:spring-boot-starter-allinone:2.0.1.RELEASE")
                'com.github.springbootPlus:spring-boot-starter-allinone:jar:2.0.1.RELEASE'
                <dependency org="com.github.springbootPlus" name="spring-boot-starter-allinone" rev="2.0.1.RELEASE">
  <artifact name="spring-boot-starter-allinone" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.springbootPlus', module='spring-boot-starter-allinone', version='2.0.1.RELEASE')
)
                libraryDependencies += "com.github.springbootPlus" % "spring-boot-starter-allinone" % "2.0.1.RELEASE"
                [com.github.springbootPlus/spring-boot-starter-allinone "2.0.1.RELEASE"]