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