Last Version

Excalibur Instrument 1

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.

License

License

Categories

Categories

Container
GroupId

GroupId

org.apache.excalibur.containerkit
ArtifactId

ArtifactId

excalibur-instrument-modules
Version

Version

1
Type

Type

pom
Description

Description

Excalibur Instrument
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.
Project Organization

Project Organization

Apache Software Foundation
Source Code Management

Source Code Management

https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release

Download excalibur-instrument-modules 1


<!-- https://jarcasting.com/artifacts/org.apache.excalibur.containerkit/excalibur-instrument-modules/ -->
<dependency>
    <groupId>org.apache.excalibur.containerkit</groupId>
    <artifactId>excalibur-instrument-modules</artifactId>
    <version>1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.excalibur.containerkit/excalibur-instrument-modules/
implementation 'org.apache.excalibur.containerkit:excalibur-instrument-modules:1'
// https://jarcasting.com/artifacts/org.apache.excalibur.containerkit/excalibur-instrument-modules/
implementation ("org.apache.excalibur.containerkit:excalibur-instrument-modules:1")
'org.apache.excalibur.containerkit:excalibur-instrument-modules:pom:1'
<dependency org="org.apache.excalibur.containerkit" name="excalibur-instrument-modules" rev="1">
  <artifact name="excalibur-instrument-modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.excalibur.containerkit', module='excalibur-instrument-modules', version='1')
)
libraryDependencies += "org.apache.excalibur.containerkit" % "excalibur-instrument-modules" % "1"
[org.apache.excalibur.containerkit/excalibur-instrument-modules "1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api
  • client
  • mgr-api
  • mgr-http
  • mgr-impl