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