| 组织ID: |
excalibur-instrument |
| 项目ID: |
excalibur-instrument-api |
| 版本: |
2.1 |
| 最后修改时间: |
2018-07-27 17:35:22 |
| 包类型: |
jar |
| 标题: |
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. |
| 大小: |
19.85KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>excalibur-instrument</groupId>
<artifactId>excalibur-instrument-api</artifactId>
<version>2.1</version>
</dependency>
|
| Gradle引入代码: |
excalibur-instrument:excalibur-instrument-api:2.1
|
| 下载Jar包: |
|
| POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>excalibur-instrument</groupId>
<artifactId>excalibur-instrument-api</artifactId>
<name>Excalibur Instrument API</name>
<version>2.1</version>
<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.</description>
<inceptionYear>1997</inceptionYear>
<dependencies>
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework-api</artifactId>
<version>4.3</version>
</dependency>
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework-impl</artifactId>
<version>4.3</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
LICENSE.txt
org.apache.excalibur.instrument.NoopInstrumentManager.class
org.apache.excalibur.instrument.InstrumentProxy.class
org.apache.excalibur.instrument.ValueInstrument.class
org.apache.excalibur.instrument.Instrument.class
org.apache.excalibur.instrument.AbstractLogEnabledInstrumentable.class
org.apache.excalibur.instrument.AbstractInstrument.class
org.apache.excalibur.instrument.InstrumentManager$1.class
org.apache.excalibur.instrument.CounterInstrument.class
org.apache.excalibur.instrument.Instrumentable.class
org.apache.excalibur.instrument.InstrumentManageable.class
org.apache.excalibur.instrument.InstrumentManager.class
org.apache.excalibur.instrument.AbstractInstrumentable.class
META-INF/LICENSE.txt
META-INF/NOTICE.txt
NOTICE.txt
META-INF/LICENSE.txt
|
| 依赖Jar: |
avalon-framework-api-4.3.jar
/avalon-framework/avalon-framework-api/4.3
查看avalon-framework-api所有版本文件
avalon-framework-impl-4.3.jar
/avalon-framework/avalon-framework-impl/4.3
查看avalon-framework-impl所有版本文件
|