| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdcom.yomahub | 
    
| ArtifactId | ArtifactIdtlog-all-spring-boot-starter | 
    
| Version | Version1.2.0-BETA1 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.yomahub/tlog-all-spring-boot-starter/ -->
<dependency>
    <groupId>com.yomahub</groupId>
    <artifactId>tlog-all-spring-boot-starter</artifactId>
    <version>1.2.0-BETA1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.yomahub/tlog-all-spring-boot-starter/
implementation 'com.yomahub:tlog-all-spring-boot-starter:1.2.0-BETA1'
                // https://jarcasting.com/artifacts/com.yomahub/tlog-all-spring-boot-starter/
implementation ("com.yomahub:tlog-all-spring-boot-starter:1.2.0-BETA1")
                'com.yomahub:tlog-all-spring-boot-starter:jar:1.2.0-BETA1'
                <dependency org="com.yomahub" name="tlog-all-spring-boot-starter" rev="1.2.0-BETA1">
  <artifact name="tlog-all-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.yomahub', module='tlog-all-spring-boot-starter', version='1.2.0-BETA1')
)
                libraryDependencies += "com.yomahub" % "tlog-all-spring-boot-starter" % "1.2.0-BETA1"
                [com.yomahub/tlog-all-spring-boot-starter "1.2.0-BETA1"]