Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.yomahub |
ArtifactId | ArtifactIdtlog-all-spring-boot-starter |
Version | Version1.3.5 |
Type | Typejar |
Filename | Size |
---|---|
tlog-all-spring-boot-starter-1.3.5.pom | |
tlog-all-spring-boot-starter-1.3.5.jar | 2 KB |
tlog-all-spring-boot-starter-1.3.5-sources.jar | 669 bytes |
Browse |
<!-- 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.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/tlog-all-spring-boot-starter/
implementation 'com.yomahub:tlog-all-spring-boot-starter:1.3.5'
// https://jarcasting.com/artifacts/com.yomahub/tlog-all-spring-boot-starter/
implementation ("com.yomahub:tlog-all-spring-boot-starter:1.3.5")
'com.yomahub:tlog-all-spring-boot-starter:jar:1.3.5'
<dependency org="com.yomahub" name="tlog-all-spring-boot-starter" rev="1.3.5">
<artifact name="tlog-all-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='tlog-all-spring-boot-starter', version='1.3.5')
)
libraryDependencies += "com.yomahub" % "tlog-all-spring-boot-starter" % "1.3.5"
[com.yomahub/tlog-all-spring-boot-starter "1.3.5"]