Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.yulichang |
ArtifactId | ArtifactIdspring-boot-web-log-starter |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yulichang/spring-boot-web-log-starter/ -->
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>spring-boot-web-log-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yulichang/spring-boot-web-log-starter/
implementation 'com.github.yulichang:spring-boot-web-log-starter:1.0.1'
// https://jarcasting.com/artifacts/com.github.yulichang/spring-boot-web-log-starter/
implementation ("com.github.yulichang:spring-boot-web-log-starter:1.0.1")
'com.github.yulichang:spring-boot-web-log-starter:jar:1.0.1'
<dependency org="com.github.yulichang" name="spring-boot-web-log-starter" rev="1.0.1">
<artifact name="spring-boot-web-log-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yulichang', module='spring-boot-web-log-starter', version='1.0.1')
)
libraryDependencies += "com.github.yulichang" % "spring-boot-web-log-starter" % "1.0.1"
[com.github.yulichang/spring-boot-web-log-starter "1.0.1"]