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