Download metrics-spring-3.0.3.jar file - Jar m

Jar examples for m:metrics-spring

Description

Instrumentation of Controller execution and View rendering in Spring MVC.

You can download jar file metrics-spring 3.0.3 in this page.

License

Apache License 2.0

Build File

You can use the following script to add metrics-spring-3.0.3.jar to your project.

<dependency>
   <groupId>com.ryantenney.metrics</groupId>
   <artifactId>metrics-spring</artifactId>
   <version>3.0.3</version>
</dependency>
compile group: 'com.ryantenney.metrics', name: 'metrics-spring', version: '3.0.3'
libraryDependencies += "com.ryantenney.metrics" % "metrics-spring" % "3.0.3"
<dependency org="com.ryantenney.metrics" name="metrics-spring" rev="3.0.3"/>
@Grapes(@Grab(group='com.ryantenney.metrics', module='metrics-spring', version='3.0.3'))
'com.ryantenney.metrics:metrics-spring:jar:3.0.3'

Download

Click the following link to download the jar file.

metrics-spring-3.0.3-javadoc.jar
metrics-spring-3.0.3-sources.jar
metrics-spring-3.0.3.jar
metrics-spring-3.0.3.pom



Related Tutorials