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