| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdio.xream.reliable | 
    
| ArtifactId | ArtifactIdreliable-spring-boot-starter | 
    
| Version | Version1.1.12.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/io.xream.reliable/reliable-spring-boot-starter/ -->
<dependency>
    <groupId>io.xream.reliable</groupId>
    <artifactId>reliable-spring-boot-starter</artifactId>
    <version>1.1.12.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/io.xream.reliable/reliable-spring-boot-starter/
implementation 'io.xream.reliable:reliable-spring-boot-starter:1.1.12.RELEASE'
                // https://jarcasting.com/artifacts/io.xream.reliable/reliable-spring-boot-starter/
implementation ("io.xream.reliable:reliable-spring-boot-starter:1.1.12.RELEASE")
                'io.xream.reliable:reliable-spring-boot-starter:jar:1.1.12.RELEASE'
                <dependency org="io.xream.reliable" name="reliable-spring-boot-starter" rev="1.1.12.RELEASE">
  <artifact name="reliable-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.xream.reliable', module='reliable-spring-boot-starter', version='1.1.12.RELEASE')
)
                libraryDependencies += "io.xream.reliable" % "reliable-spring-boot-starter" % "1.1.12.RELEASE"
                [io.xream.reliable/reliable-spring-boot-starter "1.1.12.RELEASE"]