| License | License | 
|---|---|
| Categories | CategoriesMetrics Application Testing & Monitoring Monitoring | 
| GroupId | GroupIdcom.github.dimovelev | 
| ArtifactId | ArtifactIdmetrics-sampler-tests | 
| Last Version | Last Version0.9.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionmetrics-sampler is a java program which regularly queries metrics from a configured set of inputs,
        selects and renames them using regular expressions and sends them to a configured set of outputs. It supports
        JMX and JDBC as inputs and Graphite as output out of the box. | 
| Filename | Size | 
|---|---|
| metrics-sampler-tests-0.9.1.pom | |
| metrics-sampler-tests-0.9.1.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.1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.dimovelev/metrics-sampler-tests/
implementation 'com.github.dimovelev:metrics-sampler-tests:0.9.1'// https://jarcasting.com/artifacts/com.github.dimovelev/metrics-sampler-tests/
implementation ("com.github.dimovelev:metrics-sampler-tests:0.9.1")'com.github.dimovelev:metrics-sampler-tests:jar:0.9.1'<dependency org="com.github.dimovelev" name="metrics-sampler-tests" rev="0.9.1">
  <artifact name="metrics-sampler-tests" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.dimovelev', module='metrics-sampler-tests', version='0.9.1')
)libraryDependencies += "com.github.dimovelev" % "metrics-sampler-tests" % "0.9.1"[com.github.dimovelev/metrics-sampler-tests "0.9.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |