Download spring-actuator-2.1.0.jar file - Jar s

Jar examples for s:spring-actuator

Description

Global Exception Handler for Spring.

You can download jar file spring-actuator 2.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add spring-actuator-2.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

spring-actuator-2.1.0-javadoc.jar
spring-actuator-2.1.0-sources.jar
spring-actuator-2.1.0.jar
spring-actuator-2.1.0.pom



Related Tutorials