| Categories | 
                CategoriesIDE Development Tools Spring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdtop.xserver | 
    
| ArtifactId | ArtifactIdidempotent-spring-boot-starter | 
    
| Version | Version0.0.2.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/top.xserver/idempotent-spring-boot-starter/ -->
<dependency>
    <groupId>top.xserver</groupId>
    <artifactId>idempotent-spring-boot-starter</artifactId>
    <version>0.0.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/top.xserver/idempotent-spring-boot-starter/
implementation 'top.xserver:idempotent-spring-boot-starter:0.0.2.RELEASE'
                // https://jarcasting.com/artifacts/top.xserver/idempotent-spring-boot-starter/
implementation ("top.xserver:idempotent-spring-boot-starter:0.0.2.RELEASE")
                'top.xserver:idempotent-spring-boot-starter:jar:0.0.2.RELEASE'
                <dependency org="top.xserver" name="idempotent-spring-boot-starter" rev="0.0.2.RELEASE">
  <artifact name="idempotent-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='top.xserver', module='idempotent-spring-boot-starter', version='0.0.2.RELEASE')
)
                libraryDependencies += "top.xserver" % "idempotent-spring-boot-starter" % "0.0.2.RELEASE"
                [top.xserver/idempotent-spring-boot-starter "0.0.2.RELEASE"]