| Categories |
CategoriesReporting Business Logic Libraries Metrics Application Testing & Monitoring Monitoring |
|---|---|
| GroupId | GroupIdorg.attribyte |
| ArtifactId | ArtifactIdmetrics-reporting |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| metrics-reporting-1.0.1.pom | |
| metrics-reporting-1.0.1.jar | 12 KB |
| metrics-reporting-1.0.1-sources.jar | 10 KB |
| metrics-reporting-1.0.1-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.attribyte/metrics-reporting/ -->
<dependency>
<groupId>org.attribyte</groupId>
<artifactId>metrics-reporting</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.attribyte/metrics-reporting/
implementation 'org.attribyte:metrics-reporting:1.0.1'
// https://jarcasting.com/artifacts/org.attribyte/metrics-reporting/
implementation ("org.attribyte:metrics-reporting:1.0.1")
'org.attribyte:metrics-reporting:jar:1.0.1'
<dependency org="org.attribyte" name="metrics-reporting" rev="1.0.1">
<artifact name="metrics-reporting" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.attribyte', module='metrics-reporting', version='1.0.1')
)
libraryDependencies += "org.attribyte" % "metrics-reporting" % "1.0.1"
[org.attribyte/metrics-reporting "1.0.1"]