Categories |
CategoriesMicroservices Container Metrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.oath.microservices |
ArtifactId | ArtifactIdmicro-event-metrics |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
micro-event-metrics-1.1.0.pom | |
micro-event-metrics-1.1.0.jar | 9 KB |
micro-event-metrics-1.1.0-tests.jar | 14 KB |
micro-event-metrics-1.1.0-sources.jar | 4 KB |
micro-event-metrics-1.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.oath.microservices/micro-event-metrics/ -->
<dependency>
<groupId>com.oath.microservices</groupId>
<artifactId>micro-event-metrics</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.oath.microservices/micro-event-metrics/
implementation 'com.oath.microservices:micro-event-metrics:1.1.0'
// https://jarcasting.com/artifacts/com.oath.microservices/micro-event-metrics/
implementation ("com.oath.microservices:micro-event-metrics:1.1.0")
'com.oath.microservices:micro-event-metrics:jar:1.1.0'
<dependency org="com.oath.microservices" name="micro-event-metrics" rev="1.1.0">
<artifact name="micro-event-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oath.microservices', module='micro-event-metrics', version='1.1.0')
)
libraryDependencies += "com.oath.microservices" % "micro-event-metrics" % "1.1.0"
[com.oath.microservices/micro-event-metrics "1.1.0"]