| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.lucidchart |
| Идентификатор | Идентификаторopentracing-httpclient |
| Версия | Версия0.9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| opentracing-httpclient-0.9.pom | |
| opentracing-httpclient-0.9.jar | 9 KB |
| opentracing-httpclient-0.9-sources.jar | 5 KB |
| opentracing-httpclient-0.9-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.lucidchart/opentracing-httpclient/ -->
<dependency>
<groupId>com.lucidchart</groupId>
<artifactId>opentracing-httpclient</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.lucidchart/opentracing-httpclient/
implementation 'com.lucidchart:opentracing-httpclient:0.9'
// https://jarcasting.com/artifacts/com.lucidchart/opentracing-httpclient/
implementation ("com.lucidchart:opentracing-httpclient:0.9")
'com.lucidchart:opentracing-httpclient:jar:0.9'
<dependency org="com.lucidchart" name="opentracing-httpclient" rev="0.9">
<artifact name="opentracing-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lucidchart', module='opentracing-httpclient', version='0.9')
)
libraryDependencies += "com.lucidchart" % "opentracing-httpclient" % "0.9"
[com.lucidchart/opentracing-httpclient "0.9"]