e

excalibur-instrument-api

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.
Files download
File Operation
excalibur-instrument-api-2.2.1.jar download
excalibur-instrument-api-2.2.1.pom download
excalibur-instrument-api-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.excalibur.containerkit</groupId>
  <artifactId>excalibur-instrument-api</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.excalibur.containerkit:excalibur-instrument-api:2.2.1'
Gradle Kotlin
implementation("org.apache.excalibur.containerkit:excalibur-instrument-api:2.2.1")
Scala SBT
libraryDependencies += "org.apache.excalibur.containerkit" % "excalibur-instrument-api" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.excalibur.containerkit', module='excalibur-instrument-api', version='2.2.1')
)
Apache Ivy
<dependency org="org.apache.excalibur.containerkit" name="excalibur-instrument-api" rev="2.2.1" />
Leiningen
[org.apache.excalibur.containerkit/excalibur-instrument-api "2.2.1"]
Apache Buildr
'org.apache.excalibur.containerkit:excalibur-instrument-api:jar:2.2.1'