Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.tlcsdm |
ArtifactId | ArtifactIdlog-spring-boot-starter |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
log-spring-boot-starter-1.2.pom | |
log-spring-boot-starter-1.2.jar | 18 MB |
log-spring-boot-starter-1.2-sources.jar | 11 KB |
log-spring-boot-starter-1.2-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tlcsdm/log-spring-boot-starter/ -->
<dependency>
<groupId>com.tlcsdm</groupId>
<artifactId>log-spring-boot-starter</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tlcsdm/log-spring-boot-starter/
implementation 'com.tlcsdm:log-spring-boot-starter:1.2'
// https://jarcasting.com/artifacts/com.tlcsdm/log-spring-boot-starter/
implementation ("com.tlcsdm:log-spring-boot-starter:1.2")
'com.tlcsdm:log-spring-boot-starter:jar:1.2'
<dependency org="com.tlcsdm" name="log-spring-boot-starter" rev="1.2">
<artifact name="log-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tlcsdm', module='log-spring-boot-starter', version='1.2')
)
libraryDependencies += "com.tlcsdm" % "log-spring-boot-starter" % "1.2"
[com.tlcsdm/log-spring-boot-starter "1.2"]