Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdtop.hmtools |
ArtifactId | ArtifactIdspring-boot-starter-request-logger |
Version | Version0.0.1.beta-20180114a |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.hmtools/spring-boot-starter-request-logger/ -->
<dependency>
<groupId>top.hmtools</groupId>
<artifactId>spring-boot-starter-request-logger</artifactId>
<version>0.0.1.beta-20180114a</version>
</dependency>
// https://jarcasting.com/artifacts/top.hmtools/spring-boot-starter-request-logger/
implementation 'top.hmtools:spring-boot-starter-request-logger:0.0.1.beta-20180114a'
// https://jarcasting.com/artifacts/top.hmtools/spring-boot-starter-request-logger/
implementation ("top.hmtools:spring-boot-starter-request-logger:0.0.1.beta-20180114a")
'top.hmtools:spring-boot-starter-request-logger:jar:0.0.1.beta-20180114a'
<dependency org="top.hmtools" name="spring-boot-starter-request-logger" rev="0.0.1.beta-20180114a">
<artifact name="spring-boot-starter-request-logger" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.hmtools', module='spring-boot-starter-request-logger', version='0.0.1.beta-20180114a')
)
libraryDependencies += "top.hmtools" % "spring-boot-starter-request-logger" % "0.0.1.beta-20180114a"
[top.hmtools/spring-boot-starter-request-logger "0.0.1.beta-20180114a"]