Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdjp.spring-boot-reference |
ArtifactId | ArtifactIdsmart-http-logger |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
smart-http-logger-1.0.1.pom | |
smart-http-logger-1.0.1.jar | 11 KB |
smart-http-logger-1.0.1-sources.jar | 4 KB |
smart-http-logger-1.0.1-javadoc.jar | 31 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/jp.spring-boot-reference/smart-http-logger/
implementation 'jp.spring-boot-reference:smart-http-logger:1.0.1'
// https://jarcasting.com/artifacts/jp.spring-boot-reference/smart-http-logger/
implementation ("jp.spring-boot-reference:smart-http-logger:1.0.1")
'jp.spring-boot-reference:smart-http-logger:jar:1.0.1'
<dependency org="jp.spring-boot-reference" name="smart-http-logger" rev="1.0.1">
<artifact name="smart-http-logger" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.spring-boot-reference', module='smart-http-logger', version='1.0.1')
)
libraryDependencies += "jp.spring-boot-reference" % "smart-http-logger" % "1.0.1"
[jp.spring-boot-reference/smart-http-logger "1.0.1"]