License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Logging Application Layer Libs |
GroupId | GroupIdde.codeboje |
ArtifactId | ArtifactIdrequest-logging-spring-boot-parent |
Version | Version0.0.1 |
Type | Typepom |
Description |
DescriptionSpring Boot Starter Request Logging Parent
Spring Boot starter for the poor mans request logging lib.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
request-logging-spring-boot-parent-0.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.codeboje/request-logging-spring-boot-parent/ -->
<dependency>
<groupId>de.codeboje</groupId>
<artifactId>request-logging-spring-boot-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.codeboje/request-logging-spring-boot-parent/
implementation 'de.codeboje:request-logging-spring-boot-parent:0.0.1'
// https://jarcasting.com/artifacts/de.codeboje/request-logging-spring-boot-parent/
implementation ("de.codeboje:request-logging-spring-boot-parent:0.0.1")
'de.codeboje:request-logging-spring-boot-parent:pom:0.0.1'
<dependency org="de.codeboje" name="request-logging-spring-boot-parent" rev="0.0.1">
<artifact name="request-logging-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.codeboje', module='request-logging-spring-boot-parent', version='0.0.1')
)
libraryDependencies += "de.codeboje" % "request-logging-spring-boot-parent" % "0.0.1"
[de.codeboje/request-logging-spring-boot-parent "0.0.1"]