License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdjp.spring-boot-reference |
ArtifactId | ArtifactIdsmart-http-logger |
Version | Version1.0.3 |
Type | Typejar |
Description |
Descriptionsmart-http-logger
auto http logger for spring-boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
smart-http-logger-1.0.3.pom | |
smart-http-logger-1.0.3.jar | 15 KB |
smart-http-logger-1.0.3-sources.jar | 7 KB |
smart-http-logger-1.0.3-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jp.spring-boot-reference/smart-http-logger/ -->
<dependency>
<groupId>jp.spring-boot-reference</groupId>
<artifactId>smart-http-logger</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/jp.spring-boot-reference/smart-http-logger/
implementation 'jp.spring-boot-reference:smart-http-logger:1.0.3'
// https://jarcasting.com/artifacts/jp.spring-boot-reference/smart-http-logger/
implementation ("jp.spring-boot-reference:smart-http-logger:1.0.3")
'jp.spring-boot-reference:smart-http-logger:jar:1.0.3'
<dependency org="jp.spring-boot-reference" name="smart-http-logger" rev="1.0.3">
<artifact name="smart-http-logger" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.spring-boot-reference', module='smart-http-logger', version='1.0.3')
)
libraryDependencies += "jp.spring-boot-reference" % "smart-http-logger" % "1.0.3"
[jp.spring-boot-reference/smart-http-logger "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.20 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |