| License |
License |
|---|---|
| Categories |
CategoriesRetrofit Net HTTP Clients Metrics Application Testing & Monitoring Monitoring |
| GroupId | GroupIdcom.cvent |
| ArtifactId | ArtifactIdretrofit-metrics |
| Last Version | Last Version2.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionretrofit-metrics
Library to support dropwizard metrics with retrofit clients using Timed annotation
|
| Filename | Size |
|---|---|
| retrofit-metrics-2.0.2.pom | |
| retrofit-metrics-2.0.2.jar | 7 KB |
| retrofit-metrics-2.0.2-sources.jar | 3 KB |
| retrofit-metrics-2.0.2-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cvent/retrofit-metrics/ -->
<dependency>
<groupId>com.cvent</groupId>
<artifactId>retrofit-metrics</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cvent/retrofit-metrics/
implementation 'com.cvent:retrofit-metrics:2.0.2'
// https://jarcasting.com/artifacts/com.cvent/retrofit-metrics/
implementation ("com.cvent:retrofit-metrics:2.0.2")
'com.cvent:retrofit-metrics:jar:2.0.2'
<dependency org="com.cvent" name="retrofit-metrics" rev="2.0.2">
<artifact name="retrofit-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cvent', module='retrofit-metrics', version='2.0.2')
)
libraryDependencies += "com.cvent" % "retrofit-metrics" % "2.0.2"
[com.cvent/retrofit-metrics "2.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard.metrics : metrics-annotation | jar | 4.0.2 |
| io.dropwizard.metrics : metrics-core | jar | 4.0.2 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.squareup.retrofit2 : retrofit | jar | 2.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.okhttp3 : mockwebserver | jar | 3.12.0 |
| com.squareup.retrofit2 : converter-gson | jar | 2.5.0 |
| com.squareup.retrofit2 : adapter-rxjava | jar | 2.5.0 |
| org.junit.vintage : junit-vintage-engine | jar | 4.12.3 |
| org.mockito : mockito-core | jar | 2.15.0 |
| org.assertj : assertj-core | jar | 3.9.1 |