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