License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdorg.apache.excalibur.containerkit |
ArtifactId | ArtifactIdexcalibur-instrument-mgr-api |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExcalibur Instrument Manager 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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.excalibur.containerkit/excalibur-instrument-mgr-api/ -->
<dependency>
<groupId>org.apache.excalibur.containerkit</groupId>
<artifactId>excalibur-instrument-mgr-api</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.excalibur.containerkit/excalibur-instrument-mgr-api/
implementation 'org.apache.excalibur.containerkit:excalibur-instrument-mgr-api:2.2.1'
// https://jarcasting.com/artifacts/org.apache.excalibur.containerkit/excalibur-instrument-mgr-api/
implementation ("org.apache.excalibur.containerkit:excalibur-instrument-mgr-api:2.2.1")
'org.apache.excalibur.containerkit:excalibur-instrument-mgr-api:jar:2.2.1'
<dependency org="org.apache.excalibur.containerkit" name="excalibur-instrument-mgr-api" rev="2.2.1">
<artifact name="excalibur-instrument-mgr-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.excalibur.containerkit', module='excalibur-instrument-mgr-api', version='2.2.1')
)
libraryDependencies += "org.apache.excalibur.containerkit" % "excalibur-instrument-mgr-api" % "2.2.1"
[org.apache.excalibur.containerkit/excalibur-instrument-mgr-api "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.avalon.framework : avalon-framework-api | jar | 4.3.1 |
org.apache.excalibur.containerkit : excalibur-instrument-api | jar | 2.2.1 |
Group / Artifact | Type | Version |
---|---|---|
xml-apis : xml-apis | jar | 1.0.b2 |