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