| Категории |
КатегорииGlowroot Тестирование приложения и мониторинг Monitoring |
|---|---|
| Группа | Группаorg.glowroot.instrumentation |
| Идентификатор | Идентификаторinstrumentation-okhttp |
| Версия | Версия0.14.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| instrumentation-okhttp-0.14.2.pom | |
| instrumentation-okhttp-0.14.2.jar | 37 KB |
| instrumentation-okhttp-0.14.2-sources.jar | 21 KB |
| instrumentation-okhttp-0.14.2-javadoc.jar | 104 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-okhttp/ -->
<dependency>
<groupId>org.glowroot.instrumentation</groupId>
<artifactId>instrumentation-okhttp</artifactId>
<version>0.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-okhttp/
implementation 'org.glowroot.instrumentation:instrumentation-okhttp:0.14.2'
// https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-okhttp/
implementation ("org.glowroot.instrumentation:instrumentation-okhttp:0.14.2")
'org.glowroot.instrumentation:instrumentation-okhttp:jar:0.14.2'
<dependency org="org.glowroot.instrumentation" name="instrumentation-okhttp" rev="0.14.2">
<artifact name="instrumentation-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glowroot.instrumentation', module='instrumentation-okhttp', version='0.14.2')
)
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-okhttp" % "0.14.2"
[org.glowroot.instrumentation/instrumentation-okhttp "0.14.2"]