Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.yomahub |
ArtifactId | ArtifactIdtlog-all-spring-boot-starter |
Version | Version1.2.4-BETA2 |
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.4-BETA2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/tlog-all-spring-boot-starter/
implementation 'com.yomahub:tlog-all-spring-boot-starter:1.2.4-BETA2'
// https://jarcasting.com/artifacts/com.yomahub/tlog-all-spring-boot-starter/
implementation ("com.yomahub:tlog-all-spring-boot-starter:1.2.4-BETA2")
'com.yomahub:tlog-all-spring-boot-starter:jar:1.2.4-BETA2'
<dependency org="com.yomahub" name="tlog-all-spring-boot-starter" rev="1.2.4-BETA2">
<artifact name="tlog-all-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='tlog-all-spring-boot-starter', version='1.2.4-BETA2')
)
libraryDependencies += "com.yomahub" % "tlog-all-spring-boot-starter" % "1.2.4-BETA2"
[com.yomahub/tlog-all-spring-boot-starter "1.2.4-BETA2"]