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