| License |
License |
|---|---|
| GroupId | GroupIdcom.github.vladimir-bukhtoyarov |
| ArtifactId | ArtifactIdgc-monitor |
| Version | Version1.0.0-RC2 |
| Type | Typejar |
| Description |
Descriptiongc-monitor
Gc-Monitor - Set of advanced monitoring metrics for OpenJDK Garbage collector.
|
| Filename | Size |
|---|---|
| gc-monitor-1.0.0-RC2.pom | |
| gc-monitor-1.0.0-RC2.jar | 39 KB |
| gc-monitor-1.0.0-RC2-sources.jar | 29 KB |
| gc-monitor-1.0.0-RC2-javadoc.jar | 151 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/gc-monitor/ -->
<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>gc-monitor</artifactId>
<version>1.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/gc-monitor/
implementation 'com.github.vladimir-bukhtoyarov:gc-monitor:1.0.0-RC2'
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/gc-monitor/
implementation ("com.github.vladimir-bukhtoyarov:gc-monitor:1.0.0-RC2")
'com.github.vladimir-bukhtoyarov:gc-monitor:jar:1.0.0-RC2'
<dependency org="com.github.vladimir-bukhtoyarov" name="gc-monitor" rev="1.0.0-RC2">
<artifact name="gc-monitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vladimir-bukhtoyarov', module='gc-monitor', version='1.0.0-RC2')
)
libraryDependencies += "com.github.vladimir-bukhtoyarov" % "gc-monitor" % "1.0.0-RC2"
[com.github.vladimir-bukhtoyarov/gc-monitor "1.0.0-RC2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.vladimir-bukhtoyarov : rolling-metrics-core | jar | 3.0.0-RC4 |
| com.github.vladimir-bukhtoyarov : rolling-metrics-dropwizard | jar | 3.0.0-RC4 |
| io.dropwizard.metrics : metrics-core | jar | 3.1.2 |
| org.hdrhistogram : HdrHistogram | jar | 2.1.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |