Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.github.dimovelev |
ArtifactId | ArtifactIdmetrics-sampler-core |
Version | Version0.5.7 |
Type | Typejar |
Filename | Size |
---|---|
metrics-sampler-core-0.5.7.pom | |
metrics-sampler-core-0.5.7.jar | 111 KB |
metrics-sampler-core-0.5.7-sources.jar | 62 KB |
metrics-sampler-core-0.5.7-javadoc.jar | 552 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dimovelev/metrics-sampler-core/ -->
<dependency>
<groupId>com.github.dimovelev</groupId>
<artifactId>metrics-sampler-core</artifactId>
<version>0.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dimovelev/metrics-sampler-core/
implementation 'com.github.dimovelev:metrics-sampler-core:0.5.7'
// https://jarcasting.com/artifacts/com.github.dimovelev/metrics-sampler-core/
implementation ("com.github.dimovelev:metrics-sampler-core:0.5.7")
'com.github.dimovelev:metrics-sampler-core:jar:0.5.7'
<dependency org="com.github.dimovelev" name="metrics-sampler-core" rev="0.5.7">
<artifact name="metrics-sampler-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dimovelev', module='metrics-sampler-core', version='0.5.7')
)
libraryDependencies += "com.github.dimovelev" % "metrics-sampler-core" % "0.5.7"
[com.github.dimovelev/metrics-sampler-core "0.5.7"]