Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.ning |
ArtifactId | ArtifactIdmetrics.goodwill |
Version | Version1.1.2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.ning/metrics.goodwill/ -->
<dependency>
<groupId>com.ning</groupId>
<artifactId>metrics.goodwill</artifactId>
<version>1.1.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.ning/metrics.goodwill/
implementation 'com.ning:metrics.goodwill:1.1.2'
// https://jarcasting.com/artifacts/com.ning/metrics.goodwill/
implementation ("com.ning:metrics.goodwill:1.1.2")
'com.ning:metrics.goodwill:war:1.1.2'
<dependency org="com.ning" name="metrics.goodwill" rev="1.1.2">
<artifact name="metrics.goodwill" type="war" />
</dependency>
@Grapes(
@Grab(group='com.ning', module='metrics.goodwill', version='1.1.2')
)
libraryDependencies += "com.ning" % "metrics.goodwill" % "1.1.2"
[com.ning/metrics.goodwill "1.1.2"]