License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdde.codeboje |
ArtifactId | ArtifactIdrequest-logging |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionRequest Logging
Project helps in following request throughout a microservice architecture.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
request-logging-0.0.1.pom | |
request-logging-0.0.1.jar | 5 KB |
request-logging-0.0.1-sources.jar | 4 KB |
request-logging-0.0.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.codeboje/request-logging/ -->
<dependency>
<groupId>de.codeboje</groupId>
<artifactId>request-logging</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.codeboje/request-logging/
implementation 'de.codeboje:request-logging:0.0.1'
// https://jarcasting.com/artifacts/de.codeboje/request-logging/
implementation ("de.codeboje:request-logging:0.0.1")
'de.codeboje:request-logging:jar:0.0.1'
<dependency org="de.codeboje" name="request-logging" rev="0.0.1">
<artifact name="request-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codeboje', module='request-logging', version='0.0.1')
)
libraryDependencies += "de.codeboje" % "request-logging" % "0.0.1"
[de.codeboje/request-logging "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.13 |
org.apache.commons : commons-lang3 | jar | 3.0 |
org.springframework : spring-web | jar | 4.3.9.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.8.47 |
ch.qos.logback : logback-classic | jar | 1.2.3 |