Download excalibur-instrument-api-2.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.2.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

excalibur-instrument-api-2.2.1-javadoc.jar
excalibur-instrument-api-2.2.1-sources.jar
excalibur-instrument-api-2.2.1.jar
excalibur-instrument-api-2.2.1.pom



Related Tutorials