Download request-logging-0.0.1.jar file - Jar r

Jar examples for r:request-logging

Description

Project helps in following request throughout a microservice architecture.

You can download jar file request-logging 0.0.1 in this page.

License

BSD 2-clause "Simplified" License

Build File

You can use the following script to add request-logging-0.0.1.jar to your project.

<dependency>
   <groupId>de.codeboje</groupId>
   <artifactId>request-logging</artifactId>
   <version>0.0.1</version>
</dependency>
compile group: 'de.codeboje', name: 'request-logging', version: '0.0.1'
libraryDependencies += "de.codeboje" % "request-logging" % "0.0.1"
<dependency org="de.codeboje" name="request-logging" rev="0.0.1"/>
@Grapes(@Grab(group='de.codeboje', module='request-logging', version='0.0.1'))
'de.codeboje:request-logging:jar:0.0.1'

Download

Click the following link to download the jar file.

request-logging-0.0.1-javadoc.jar
request-logging-0.0.1-sources.jar
request-logging-0.0.1.jar
request-logging-0.0.1.pom



Related Tutorials