Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdnl.bebr.appoptics |
ArtifactId | ArtifactIdappoptics-metrics |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
appoptics-metrics-1.0.pom | |
appoptics-metrics-1.0.jar | 9 KB |
appoptics-metrics-1.0-sources.jar | 5 KB |
appoptics-metrics-1.0-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.bebr.appoptics/appoptics-metrics/ -->
<dependency>
<groupId>nl.bebr.appoptics</groupId>
<artifactId>appoptics-metrics</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.bebr.appoptics/appoptics-metrics/
implementation 'nl.bebr.appoptics:appoptics-metrics:1.0'
// https://jarcasting.com/artifacts/nl.bebr.appoptics/appoptics-metrics/
implementation ("nl.bebr.appoptics:appoptics-metrics:1.0")
'nl.bebr.appoptics:appoptics-metrics:jar:1.0'
<dependency org="nl.bebr.appoptics" name="appoptics-metrics" rev="1.0">
<artifact name="appoptics-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.bebr.appoptics', module='appoptics-metrics', version='1.0')
)
libraryDependencies += "nl.bebr.appoptics" % "appoptics-metrics" % "1.0"
[nl.bebr.appoptics/appoptics-metrics "1.0"]