| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdcom.github.dreamroute | 
| ArtifactId | ArtifactIdlocker-spring-boot-starter | 
| Version | Version3.3-RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/locker-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.dreamroute</groupId>
    <artifactId>locker-spring-boot-starter</artifactId>
    <version>3.3-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.dreamroute/locker-spring-boot-starter/
implementation 'com.github.dreamroute:locker-spring-boot-starter:3.3-RELEASE'// https://jarcasting.com/artifacts/com.github.dreamroute/locker-spring-boot-starter/
implementation ("com.github.dreamroute:locker-spring-boot-starter:3.3-RELEASE")'com.github.dreamroute:locker-spring-boot-starter:jar:3.3-RELEASE'<dependency org="com.github.dreamroute" name="locker-spring-boot-starter" rev="3.3-RELEASE">
  <artifact name="locker-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.dreamroute', module='locker-spring-boot-starter', version='3.3-RELEASE')
)libraryDependencies += "com.github.dreamroute" % "locker-spring-boot-starter" % "3.3-RELEASE"[com.github.dreamroute/locker-spring-boot-starter "3.3-RELEASE"]