License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdorg.apache.excalibur.containerkit |
ArtifactId | ArtifactIdexcalibur-instrument-modules |
Last Version | Last Version1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionExcalibur 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
excalibur-instrument-modules-1.pom | 2 KB |
Browse |
<!-- 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"]