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