is not current version
Last Version 1.1

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

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

1.0
Type

Type

jar

Download web-performance-metrics 1.0


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