| License |
License |
|---|---|
| GroupId | GroupIdorg.lazydog.mbean |
| ArtifactId | ArtifactIdmethod-statistics |
| Last Version | Last Version1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMethod Statistics
The method statistics JMX MBean is used to gather statistics about class methods.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| method-statistics-1.4.pom | |
| method-statistics-1.4.jar | 6 KB |
| method-statistics-1.4-sources.jar | 4 KB |
| method-statistics-1.4-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.lazydog.mbean/method-statistics/ -->
<dependency>
<groupId>org.lazydog.mbean</groupId>
<artifactId>method-statistics</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.lazydog.mbean/method-statistics/
implementation 'org.lazydog.mbean:method-statistics:1.4'
// https://jarcasting.com/artifacts/org.lazydog.mbean/method-statistics/
implementation ("org.lazydog.mbean:method-statistics:1.4")
'org.lazydog.mbean:method-statistics:jar:1.4'
<dependency org="org.lazydog.mbean" name="method-statistics" rev="1.4">
<artifact name="method-statistics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lazydog.mbean', module='method-statistics', version='1.4')
)
libraryDependencies += "org.lazydog.mbean" % "method-statistics" % "1.4"
[org.lazydog.mbean/method-statistics "1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.lazydog.mbean : mbean-utility | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax : javaee-api | jar | 6.0 |