Download metrics-spring-3.1.2.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.1.2 in this page.

License

Apache License 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials