is not current version
Last Version 1.1

com.github.apolselli:web-performance-metrics 0.9

A web-app lib useful to collect HTTP API performance metrics and expose them via JMX for monitoring purpose.

Categories

Categories

Metrics Application Testing & Monitoring Monitoring ORM Data
GroupId

GroupId

com.github.apolselli
ArtifactId

ArtifactId

web-performance-metrics
Version

Version

0.9
Type

Type

jar

Download web-performance-metrics 0.9


<!-- https://jarcasting.com/artifacts/com.github.apolselli/web-performance-metrics/ -->
<dependency>
    <groupId>com.github.apolselli</groupId>
    <artifactId>web-performance-metrics</artifactId>
    <version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.apolselli/web-performance-metrics/
implementation 'com.github.apolselli:web-performance-metrics:0.9'
// https://jarcasting.com/artifacts/com.github.apolselli/web-performance-metrics/
implementation ("com.github.apolselli:web-performance-metrics:0.9")
'com.github.apolselli:web-performance-metrics:jar:0.9'
<dependency org="com.github.apolselli" name="web-performance-metrics" rev="0.9">
  <artifact name="web-performance-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.apolselli', module='web-performance-metrics', version='0.9')
)
libraryDependencies += "com.github.apolselli" % "web-performance-metrics" % "0.9"
[com.github.apolselli/web-performance-metrics "0.9"]