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