Last Version

Request Logging 0.0.1

Project helps in following request throughout a microservice architecture.

License

License

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

de.codeboje
ArtifactId

ArtifactId

request-logging
Version

Version

0.0.1
Type

Type

jar
Description

Description

Request Logging
Project helps in following request throughout a microservice architecture.
Project URL

Project URL

https://github.com/azarai/request-logging
Project Organization

Project Organization

codeboje.de
Source Code Management

Source Code Management

https://github.com/azarai/request-logging.git

Download request-logging 0.0.1


<!-- 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"]

Dependencies

compile (3)

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

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

test (3)

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

Project Modules

There are no modules declared in this project.