| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdcom.fizzgate | 
    
| ArtifactId | ArtifactIdfizz-spring-boot-starter | 
    
| Version | Versionv2.3.4-beta20220122 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.fizzgate/fizz-spring-boot-starter/ -->
<dependency>
    <groupId>com.fizzgate</groupId>
    <artifactId>fizz-spring-boot-starter</artifactId>
    <version>v2.3.4-beta20220122</version>
</dependency>
                // https://jarcasting.com/artifacts/com.fizzgate/fizz-spring-boot-starter/
implementation 'com.fizzgate:fizz-spring-boot-starter:v2.3.4-beta20220122'
                // https://jarcasting.com/artifacts/com.fizzgate/fizz-spring-boot-starter/
implementation ("com.fizzgate:fizz-spring-boot-starter:v2.3.4-beta20220122")
                'com.fizzgate:fizz-spring-boot-starter:jar:v2.3.4-beta20220122'
                <dependency org="com.fizzgate" name="fizz-spring-boot-starter" rev="v2.3.4-beta20220122">
  <artifact name="fizz-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.fizzgate', module='fizz-spring-boot-starter', version='v2.3.4-beta20220122')
)
                libraryDependencies += "com.fizzgate" % "fizz-spring-boot-starter" % "v2.3.4-beta20220122"
                [com.fizzgate/fizz-spring-boot-starter "v2.3.4-beta20220122"]