Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.sematext |
ArtifactId | ArtifactIdsematext-metrics-reporter |
Version | Version0.1.2.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sematext/sematext-metrics-reporter/ -->
<dependency>
<groupId>com.sematext</groupId>
<artifactId>sematext-metrics-reporter</artifactId>
<version>0.1.2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sematext/sematext-metrics-reporter/
implementation 'com.sematext:sematext-metrics-reporter:0.1.2.2.0'
// https://jarcasting.com/artifacts/com.sematext/sematext-metrics-reporter/
implementation ("com.sematext:sematext-metrics-reporter:0.1.2.2.0")
'com.sematext:sematext-metrics-reporter:jar:0.1.2.2.0'
<dependency org="com.sematext" name="sematext-metrics-reporter" rev="0.1.2.2.0">
<artifact name="sematext-metrics-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sematext', module='sematext-metrics-reporter', version='0.1.2.2.0')
)
libraryDependencies += "com.sematext" % "sematext-metrics-reporter" % "0.1.2.2.0"
[com.sematext/sematext-metrics-reporter "0.1.2.2.0"]