Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.github.dimovelev |
ArtifactId | ArtifactIdmetrics-sampler-core |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
metrics-sampler-core-0.7.1.pom | |
metrics-sampler-core-0.7.1.jar | 129 KB |
metrics-sampler-core-0.7.1-sources.jar | 74 KB |
metrics-sampler-core-0.7.1-javadoc.jar | 645 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.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dimovelev/metrics-sampler-core/
implementation 'com.github.dimovelev:metrics-sampler-core:0.7.1'
// https://jarcasting.com/artifacts/com.github.dimovelev/metrics-sampler-core/
implementation ("com.github.dimovelev:metrics-sampler-core:0.7.1")
'com.github.dimovelev:metrics-sampler-core:jar:0.7.1'
<dependency org="com.github.dimovelev" name="metrics-sampler-core" rev="0.7.1">
<artifact name="metrics-sampler-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dimovelev', module='metrics-sampler-core', version='0.7.1')
)
libraryDependencies += "com.github.dimovelev" % "metrics-sampler-core" % "0.7.1"
[com.github.dimovelev/metrics-sampler-core "0.7.1"]