Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.apache.james |
ArtifactId | ArtifactIdmetrics |
Version | Version3.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
metrics-3.0.0-RC1.pom | 3 KB |
metrics-3.0.0-RC1-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.james/metrics/ -->
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>metrics</artifactId>
<version>3.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james/metrics/
implementation 'org.apache.james:metrics:3.0.0-RC1'
// https://jarcasting.com/artifacts/org.apache.james/metrics/
implementation ("org.apache.james:metrics:3.0.0-RC1")
'org.apache.james:metrics:jar:3.0.0-RC1'
<dependency org="org.apache.james" name="metrics" rev="3.0.0-RC1">
<artifact name="metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='metrics', version='3.0.0-RC1')
)
libraryDependencies += "org.apache.james" % "metrics" % "3.0.0-RC1"
[org.apache.james/metrics "3.0.0-RC1"]