Download excalibur-instrument-api-2.1.jar file - Jar e

Jar examples for e:excalibur-instrument-api

Description

Excalibur Instrument is an instrumentation utility that allows you to attach a separate JVM to your running application to determine its health. Instrumentation is the process of exposing the internal state in a way that is easy for an administrator or help desk personell to digest. Excalibur Instrumentation is such a package that you can use for your Avalon based projects.

You can download jar file excalibur-instrument-api 2.1 in this page.

License

Apache License

Build File

You can use the following script to add excalibur-instrument-api-2.1.jar to your project.

<dependency>
   <groupId>org.dspace.xmlui.excalibur</groupId>
   <artifactId>excalibur-instrument-api</artifactId>
   <version>2.1</version>
</dependency>
compile group: 'org.dspace.xmlui.excalibur', name: 'excalibur-instrument-api', version: '2.1'
libraryDependencies += "org.dspace.xmlui.excalibur" % "excalibur-instrument-api" % "2.1"
<dependency org="org.dspace.xmlui.excalibur" name="excalibur-instrument-api" rev="2.1"/>
@Grapes(@Grab(group='org.dspace.xmlui.excalibur', module='excalibur-instrument-api', version='2.1'))
'org.dspace.xmlui.excalibur:excalibur-instrument-api:jar:2.1'

Download

Click the following link to download the jar file.

excalibur-instrument-api-2.1.jar
excalibur-instrument-api-2.1.pom



Related Tutorials