Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.adobe.aam |
ArtifactId | ArtifactIdmetrics-all |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
metrics-all-1.0.2.pom | |
metrics-all-1.0.2.jar | 4 KB |
metrics-all-1.0.2-sources.jar | 3 KB |
metrics-all-1.0.2-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.aam/metrics-all/ -->
<dependency>
<groupId>com.adobe.aam</groupId>
<artifactId>metrics-all</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.aam/metrics-all/
implementation 'com.adobe.aam:metrics-all:1.0.2'
// https://jarcasting.com/artifacts/com.adobe.aam/metrics-all/
implementation ("com.adobe.aam:metrics-all:1.0.2")
'com.adobe.aam:metrics-all:jar:1.0.2'
<dependency org="com.adobe.aam" name="metrics-all" rev="1.0.2">
<artifact name="metrics-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.aam', module='metrics-all', version='1.0.2')
)
libraryDependencies += "com.adobe.aam" % "metrics-all" % "1.0.2"
[com.adobe.aam/metrics-all "1.0.2"]